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