ExcludedDomainUpdateInput
Autogenerated input type of ExcludedDomainUpdate
input ExcludedDomainUpdateInput {
clientMutationId: String
domain: String!
excludedDomainId: ID!
}
Fields
ExcludedDomainUpdateInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
ExcludedDomainUpdateInput.domain ● String! non-null scalar common
The domain to exclude.
ExcludedDomainUpdateInput.excludedDomainId ● ID! non-null scalar common
The ID of the excluded domain to update.
Member of
excludedDomainUpdate mutation