INPUT_OBJECT
CreateEmailDomainMutationInput
The input object that defines the fields for the createEmailDomain mutation.
link GraphQL Schema definition
- input CreateEmailDomainMutationInput {
- # A domain name.
- : DomainName!
- # A note about this entity.
- : NoteMutationInput
- }