EmailChannelUpdatePayload
Autogenerated return type of EmailChannelUpdate
type EmailChannelUpdatePayload {
channel: EmailChannel
clientMutationId: String
errors: [UserError!]!
}
Fields
EmailChannelUpdatePayload.channel ● EmailChannel object common
The created email channel.
EmailChannelUpdatePayload.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
EmailChannelUpdatePayload.errors ● [UserError!]! non-null object common
List of errors encountered during creation.
Returned by
channelEmailUpdate mutation