createDomain mutation creates a new domain with a name and optional description.
Signature
This mutation can only be executed by an administrator or a data administrator of the specific domain ID.
Arguments
Input object containing domain creation parameters. See CreateDomainInput.
CreateDomainInput
The name of the domain. Must be unique within your organization.
Optional description explaining the purpose and contents of the domain.
Response
Returns aDomainModel object representing the newly created domain. See DomainModel for the schema.
Usage Example
Create a domain for organizing sales-related data sources:Related Operations
DomainModel Schema
Learn about domain structure and properties