Skip to main content

ExcludedDomainCreatePayload

Autogenerated return type of ExcludedDomainCreate

type ExcludedDomainCreatePayload {
clientMutationId: String
errors: [UserError!]!
excludedDomain: ExcludedDomain
}

Fields

ExcludedDomainCreatePayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

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

Errors related to user input

ExcludedDomainCreatePayload.excludedDomain ● ExcludedDomain object common

The created excluded domain.

Returned by

excludedDomainCreate mutation