CreateOrganizationInput
Input for creating an organization
input CreateOrganizationInput {
title: String!
alias: String
}
Fields
CreateOrganizationInput.title ● String! non-null scalar
The display title of the organization
CreateOrganizationInput.alias ● String scalar
The unique alias for the organization (URL-friendly identifier). If not provided, will be auto-generated from the title. IMPORTANT: Alias cannot be changed after creation. Must be lowercase, alphanumeric with hyphens, 3-50 characters.
Member Of
createOrganization mutation