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