ExcludedDomainDeletePayload
Autogenerated return type of ExcludedDomainDelete
type ExcludedDomainDeletePayload {
clientMutationId: String
deletedExcludedDomainId: ID
errors: [UserError!]!
}
Fields
ExcludedDomainDeletePayload.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
ExcludedDomainDeletePayload.deletedExcludedDomainId ● ID scalar common
The ID of the deleted excluded domain.
ExcludedDomainDeletePayload.errors ● [UserError!]! non-null object common
Errors related to user input
Returned by
excludedDomainDelete mutation