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