Reply
Detalhes sobre as respostas a uma Message




POST at this target:

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


Reply

ParamsDescription
idThe ID of an object
dbIdIdentifies the primary key from the database.
parentIdentity parent id
contentactual comment text
dontNotifyNotifications of reply
messageIdmessage that is being replied on
entityIdentity who replied
userIduser who replied
statusStatus number
statusTextStatus text
replyHistoryReply history grouped by version
sentdate sent
receiveddate received
readdate read
messageThe message which is replying
entityThe entity that replies
userThe user that replies
parentThe entity owner of message
mediasMedias associated with message
conversationConversation associated with reply
logsLogs from reply updates
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

CreateReplyInput

ArgumentsTypeDescription
messageId
Not Null
The message ID that being reply to
entityId
Not Null
The entity ID that replies
parentId
Not Null
entity parent id
content
String
SCALAR
actual comment text
dontNotify
Boolean
SCALAR
Notifications of reply
medias
LIST
ReplyMediasInput
clientMutationId
String
SCALAR

UpdateReplyInput

ArgumentsTypeDescription
id
Not Null
The ID of a reply object
parentId
Int
SCALAR
entity parent id
content
String
SCALAR
actual comment text
dontNotify
Boolean
SCALAR
Notifications of reply
medias
LIST
ReplyMediasInput
status
Not Null
clientMutationId
String
SCALAR

DeleteReplyInput

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