Mutations
createTenant
Creates a new tenant. Fails with a validation error if a tenant already exists with the provided externalId.
Use upsertTenant instead if you want to create or update a tenant idempotently.
Requires the tenant:create permission.
MUTATION
createTenant(input: CreateTenantInput!): CreateTenantOutput!Arguments
input
required
Returns
tenant
error
Mutation
Variables
Response
Mutation
Variables
Response

