POST as x-www-form-urlencoded:
https://joy.classapp.co/graphql?access_token=YOUR_TOKEN_HERE&client_id=YOUR_CLIENT_ID
Params | Description |
---|---|
id | The ID of an object |
dbId | Identifies the primary key from the database. |
userId | User id |
user | User this belongs to |
entityId | Entity id |
entity | Entity this belongs to |
organizationId | Organization id |
organization | Organization this belongs to |
vehicleId | Vehicle id |
vehicle | Vehicle assigned to arrival |
conciergeId | Concierge id |
concierge | Concierge assigned to arrival |
status | Arrival status |
startDate | Arrival status |
endDate | Arrival status |
lastStatusUpdate | Arrival status |
created | An ISO-8601 encoded UTC date string of when record was created |
modified | An ISO-8601 encoded UTC date string of when record was updated |
deleted | An ISO-8601 encoded UTC date string of when record was deleted |
key | Random ID to differentiate from others |
selected | Helper field for clients |
highlighted | Helper field for clients |
expanded | Helper field for clients |
loaded | Helper field for clients |
loading | Helper field for clients |
Arguments | Type | Description |
---|---|---|
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 |
Arguments | Type | Description |
---|---|---|
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 |
clientMutationId | String SCALAR |