Rule
@TODO DESCRIBE ME




POST as x-www-form-urlencoded:

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


Rule

ParamsDescription
idThe ID of an object
dbIdIdentifies the primary key from the database.
valuevalue to count how many (interval type) notification should be sent
intervalinterval type related to value
dueDateIntervalnotification before or after the due date
organizationIdorganization
organizationorganization that created the collection rule
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

CreateRuleInput

ArgumentsTypeDescription
organizationId
Not Null
organization that create collection rule
value
Int
SCALAR
value to count how many (interval type) notification should be sent
interval
RuleInterval
ENUM
interval type related to value
dueDateInterval
DueDateInterval
ENUM
notification before or after the due date
clientMutationId
String
SCALAR

UpdateRuleInput

ArgumentsTypeDescription
id
Not Null
Rule ID
value
Int
SCALAR
value to count how many (interval type) notification should be sent
interval
RuleInterval
ENUM
interval type related to value
dueDateInterval
DueDateInterval
ENUM
notification before or after the due date
clientMutationId
String
SCALAR

DeleteRuleInput

ArgumentsTypeDescription
id
Not Null
Rule ID
clientMutationId
String
SCALAR