Form
@TODO DESCRIBE ME




POST as x-www-form-urlencoded:

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


Form

ParamsDescription
idThe ID of an object
dbIdIdentifies the primary key from the database.
nameForm name
descriptionForm description
defaultForm is used as default
templateForm is a template
dateLimitLimit date to answer form
expireddate limit has passed
organizationIdOrganization
userIdUser
entityIdEntity
formMessageIdForm message
organizationOrganization that form belongs
userUser that created form
entityEntity shown
fieldsFields of form
resultsForm results
groupsForm groups
entitiesForm entities
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

CreateFormInput

ArgumentsTypeDescription
organizationId
Not Null
The organization ID that form belongs to
name
Not Null
Form name
description
String
SCALAR
Form description
default
Int
SCALAR
Form is used as default
template
Boolean
SCALAR
Form is a template
fields
LIST
FormFieldsInput
groups
LIST
FormGroupsInput
clientMutationId
String
SCALAR

UpdateFormInput

ArgumentsTypeDescription
id
Not Null
The ID of form object
name
String
SCALAR
Form name
description
String
SCALAR
Form description
default
Int
SCALAR
Form is used as default
template
Boolean
SCALAR
Form is a template
fields
LIST
FormFieldsInput
groups
LIST
FormGroupsInput
attach
LIST
String
Attach related rather than replace
clientMutationId
String
SCALAR

DeleteFormInput

ArgumentsTypeDescription
id
Not Null
The ID of form object
clientMutationId
String
SCALAR