excludedDomainCreate
Creates an excluded domain.
mutation(
$domain: String!
) {
excludedDomainCreate(
input: {
domain: $domain
}
) {
excludedDomain {
id
domain
}
errors {
message
path
}
}
}
excludedDomainCreate(
input: ExcludedDomainCreateInput!
): ExcludedDomainCreatePayload
Arguments
excludedDomainCreate.input ● ExcludedDomainCreateInput! non-null input common
Parameters for ExcludedDomainCreate
Type
ExcludedDomainCreatePayload object common
Autogenerated return type of ExcludedDomainCreate