Term
Service terms and privacy police for users and organizations




POST as x-www-form-urlencoded:

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


Term

ParamsDescription
idThe ID of an object
dbIdIdentifies the primary key from the database.
nameName of term
descriptionDescription of term
linksLink of term
relevant_toterm relevant to
application_idid of application
last_updatelast update of term
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

CreateTermInput

ArgumentsTypeDescription
name
String
SCALAR
Name of term
description
String
SCALAR
Description of term
links
String
SCALAR
Link of term
relevant_to
LIST
TermRelevantToEnum
term relevant to
application_id
ID
SCALAR
id of application
last_update
String
SCALAR
date of last term update
clientMutationId
String
SCALAR

UpdateTermInput

ArgumentsTypeDescription
id
Not Null
The ID of a term
name
String
SCALAR
Name of term
description
String
SCALAR
Description of term
links
String
SCALAR
Link of term
relevant_to
LIST
TermRelevantToEnum
term relevant to
application_id
ID
SCALAR
id of application
last_update
String
SCALAR
date of last term update
clientMutationId
String
SCALAR