Skip to main content

ImportMutationPayload

Autogenerated return type of ImportMutation

type ImportMutationPayload {
clientMutationId: String
errors: [UserError!]!
jid: String
}

Fields

ImportMutationPayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

ImportMutationPayload.errors ● [UserError!]! non-null object common

Errors related to user input

ImportMutationPayload.jid ● String scalar common

The ID of the job that will import the messages.

Returned by

channelImport mutation