conversationToggleNoteReactionPayload
Autogenerated return type of conversationToggleNoteReaction
type conversationToggleNoteReactionPayload {
changesetId: String
clientMutationId: String
conversation: Conversation
diffs: [Diff!]!
errors: [UserError!]!
eventGroup: EventGroupType
message: Note
}
Fields
conversationToggleNoteReactionPayload.changesetId ● String scalar common
The changeset ID for the update.
conversationToggleNoteReactionPayload.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
conversationToggleNoteReactionPayload.conversation ● Conversation interface common
The updated conversation.
conversationToggleNoteReactionPayload.diffs ● [Diff!]! non-null object common
The movement in search/folder counts due to this mutation
conversationToggleNoteReactionPayload.errors ● [UserError!]! non-null object common
Errors related to user input
conversationToggleNoteReactionPayload.eventGroup ● EventGroupType object common
The group of events for changes made.
conversationToggleNoteReactionPayload.message ● Note object common
The created note.
Returned by
conversationToggleNoteReaction mutation