Concierge
Concierges of an organization, entity or arrival




POST as x-www-form-urlencoded:

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


Concierge

ParamsDescription
idThe ID of an object
dbIdIdentifies the primary key from the database.
nameThe name of the concierge
addressThe address of the concierge
organizationIdThe id of organization the concierge belongs
groupIds
groupsThe groups related to this concierge
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

CreateConciergeInput

ArgumentsTypeDescription
name
Not Null
The name of the concierge
address
String
SCALAR
The address of the concierge
organizationId
Not Null
The id of organization the concierge belongs
groupIds
Not Null
Groups related to this concierge
clientMutationId
String
SCALAR

UpdateConciergeInput

ArgumentsTypeDescription
id
Not Null
The ID of the concierge object
name
String
SCALAR
The name of the concierge
address
String
SCALAR
The address of the concierge
organizationId
ID
SCALAR
The id of organization the concierge belongs
groupIds
LIST
ID
Groups related to this concierge
clientMutationId
String
SCALAR

DeleteConciergeInput

ArgumentsTypeDescription
id
Not Null
The ID of the concierge object
clientMutationId
String
SCALAR