ApplicationAccess
@TODO DESCRIBE ME




POST as x-www-form-urlencoded:

https://joy.classapp.co/graphql?access_token=YOUR_TOKEN_HERE&client_id=YOUR_CLIENT_ID


ApplicationAccess

ParamsDescription
idThe ID of an object
dbIdIdentifies the primary key from the database.
applicationIdid of application
organizationIdid of organization
isActiveid of application
configurationThe application ID that tag belongs to
statusApplication status
canceledAtDate and time when the integration contract was canceled
typeApplication access type
commentsapplication access comments
responsibleapplication access responsible
entityIdapplication access entity
acceptedTermsAccepted terms of use of application
integrationModulesIntegrations used by organization
integrationContractsContracts of integration
createdAn ISO-8601 encoded UTC date string of when record was created
modifiedAn ISO-8601 encoded UTC date string of when record was updated
deletedAn ISO-8601 encoded UTC date string of when record was deleted
applicationApplication associated with the IntegrationContract
organizationorganization that logo belongs to
statusChangeLogtemp
keyRandom ID to differentiate from others
selectedHelper field for clients
highlightedHelper field for clients
expandedHelper field for clients
loadedHelper field for clients
loadingHelper field for clients

CreateApplicationAccessInput

ArgumentsTypeDescription
applicationId
Not Null
Id of application
organizationId
Not Null
Id of organization
isActive
Boolean
SCALAR
Activates the integration
configuration
JSONObject
SCALAR
Application general configuration
status
Not Null
Application status
canceledAt
String
SCALAR
Cancellation date
type
Not Null
Application access type
comments
String
SCALAR
Comments of Application Access
responsible
String
SCALAR
Responsible of application access
entityId
Int
SCALAR
Responsible entity
clientMutationId
String
SCALAR

UpdateApplicationAccessInput

ArgumentsTypeDescription
id
Not Null
The ID application access
applicationId
Int
SCALAR
Id of application
organizationId
Int
SCALAR
Id of organization
isActive
Boolean
SCALAR
Activates the integration
configuration
JSONObject
SCALAR
Application general configuration
status
ApplicationAccessStatus
ENUM
Application status
canceledAt
String
SCALAR
Cancellation date
type
Not Null
Application access type
comments
String
SCALAR
Comments of Application Access
responsible
String
SCALAR
Responsible of application access
entityId
Int
SCALAR
Responsible entity
clientMutationId
String
SCALAR

DeleteApplicationAccessInput

ArgumentsTypeDescription
id
Not Null
The ID application access
clientMutationId
String
SCALAR