Product
@TODO DESCRIBE ME




POST as x-www-form-urlencoded:

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


Product

ParamsDescription
idThe ID of an object
dbIdIdentifies the primary key from the database.
nameProduct name
descriptionProduct description
amountProduct name
statusProduct status
organizationorganization attached to product
plansplans using this product
logschanging logs
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

CreateProductInput

ArgumentsTypeDescription
organizationId
Not Null
organization ID
name
Not Null
Product name
description
String
SCALAR
Product description
amount
Not Null
Product name
status
Not Null
Product status
clientMutationId
String
SCALAR

UpdateProductInput

ArgumentsTypeDescription
id
Not Null
Product ID
name
Not Null
Product name
description
String
SCALAR
Product description
amount
Not Null
Product name
status
Not Null
Product status
clientMutationId
String
SCALAR

DeleteProductInput

ArgumentsTypeDescription
id
Not Null
Product ID
clientMutationId
String
SCALAR