ExcludedDomainUpdatePayload
Autogenerated return type of ExcludedDomainUpdate
type ExcludedDomainUpdatePayload {
clientMutationId: String
errors: [UserError!]!
excludedDomain: ExcludedDomain
}
Fields
ExcludedDomainUpdatePayload.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
ExcludedDomainUpdatePayload.errors ● [UserError!]! non-null object common
Errors related to user input
ExcludedDomainUpdatePayload.excludedDomain ● ExcludedDomain object common
The updated excluded domain.
Returned by
excludedDomainUpdate mutation