Description Topic: Domains Fields domain: String! Domain itself Example: "shop.apple.com" Valid when: domain's length doesn't exceed 250 characters Used By Mutations domainsCreate Preview (typescript) interface DomainCreate {domain: string}