MessageStatus
Status of messages




POST as x-www-form-urlencoded:

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


MessageStatus

ParamsDescription
idThe ID of an object
dbIdIdentifies the primary key from the database.
statusstatus of message
messageIdmessage id
messageMessage that was deleted or archived by user
entityIdEntity used by user to archive or delete the message
userIdUser who archived or deleted the message
userUser who archived or deleted message
entityEntity used by user to archive or delete message
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

CreateMessageStatusInput

ArgumentsTypeDescription
messageId
Not Null
The ID of message
entityId
Not Null
The ID of entity
status
Not Null
status of message
clientMutationId
String
SCALAR

DeleteMessageStatusInput

ArgumentsTypeDescription
id
Not Null
The ID of a message status object
clientMutationId
String
SCALAR