excludedDomainUpdate
Updates an excluded domain.
mutation(
$excludedDomainId: ID!,
$domain: String!
) {
excludedDomainCreate(
input: {
excludedDomainId: $excludedDomainId,
domain: $domain
}
) {
excludedDomain {
id
domain
}
errors {
message
path
}
}
}
excludedDomainUpdate(
input: ExcludedDomainUpdateInput!
): ExcludedDomainUpdatePayload
Arguments
excludedDomainUpdate.input ● ExcludedDomainUpdateInput! non-null input common
Parameters for ExcludedDomainUpdate
Type
ExcludedDomainUpdatePayload object common
Autogenerated return type of ExcludedDomainUpdate