Arrival
Arrival




POST as x-www-form-urlencoded:

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


Arrival

ParamsDescription
idThe ID of an object
dbIdIdentifies the primary key from the database.
userIdUser id
userUser this belongs to
entityIdEntity id
entityEntity this belongs to
organizationIdOrganization id
organizationOrganization this belongs to
vehicleIdVehicle id
vehicleVehicle assigned to arrival
conciergeIdConcierge id
conciergeConcierge assigned to arrival
statusArrival status
startDateAn ISO-8601 date string representing the start date of the arrival
endDateAn ISO-8601 date string representing the end date of the arrival
lastStatusUpdateAn ISO-8601 date string representing the last status update of the arrival
acceptedUserIdUser who accepted the arrival
concludedUserIdUser who completed or canceled the arrival
acceptedUserUser who accepted the arrival
concludedUserUser who completed or canceled the arrival
createdAn ISO-8601 encoded UTC date string indicating when the arrival was created
modifiedAn ISO-8601 encoded UTC date string indicating when the arrival was last modified
deletedAn ISO-8601 encoded UTC date string indicating when the arrival 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

CreateArrivalInput

ArgumentsTypeDescription
organizationId
Not Null
Organization this arrival belongs to
entityId
Not Null
Entity who's being picked up
vehicleId
ID
SCALAR
Vehicle used for pick up
conciergeId
Not Null
Concierge where pick up will take place
clientMutationId
String
SCALAR

UpdateArrivalInput

ArgumentsTypeDescription
id
Not Null
The ID of an arrival
status
ArrivalStatus
ENUM
Arrival status
vehicleId
ID
SCALAR
Vehicle used for pick up
caller
EntityType
ENUM
Defines what type of entity is calling this mutation
allowUndo
Boolean
SCALAR
Should allow arrival status to be reversed
clientMutationId
String
SCALAR