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