ArrivedConfiguration
Configuration for arrival feature, for each organization




POST as x-www-form-urlencoded:

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


ArrivedConfiguration

ParamsDescription
idThe ID of an object
dbIdIdentifies the primary key from the database.
canEditArrivedReturn if it's possible edit arrived configuration at this moment, if has no arrivals running
entityIdId of entity created to use arrive
conciergesConcierges related to organization's configuration
tagsTags related to organization's configuration
entityEntity related to organization's configuration
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
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

CreateArrivedConfigurationInput

ArgumentsTypeDescription
organizationId
Not Null
The organization who is configured
tagsIds
Not Null
Tags configured to organization
usersIds
Not Null
Users configured by organization to use arrived
enabled
Not Null
The organization who is configured
createConcierges
LIST
createConciergeArrivedConfigurationInput
Concierges to create in organization
updateConcierges
LIST
updateConciergeArrivedConfigurationInput
Concierges to update in organization
deleteConcierges
LIST
ID
Concierges to create in organization
clientMutationId
String
SCALAR

UpdateArrivedConfigurationInput

ArgumentsTypeDescription
organizationId
Not Null
The organization who is configured
tagsIds
LIST
ID
Tags configured to organization
usersIds
LIST
ID
Users configured by organization to use arrived
enabled
Not Null
The organization who is configured
createConcierges
LIST
createConciergeArrivedConfigurationInput
Concierges to create in organization
updateConcierges
LIST
updateConciergeArrivedConfigurationInput
Concierges to update in organization
deleteConcierges
LIST
ID
Concierges to create in organization
clientMutationId
String
SCALAR