CreateOrganizationResponse
Response from creating an organization
type CreateOrganizationResponse {
id: String!
title: String!
alias: String!
}
Fields
CreateOrganizationResponse.id ● String! non-null scalar
The unique alias of the organization (immutable identifier). This is the same as the alias field.
CreateOrganizationResponse.title ● String! non-null scalar
The display title of the organization
CreateOrganizationResponse.alias ● String! non-null scalar
The unique alias (same as id, included for clarity). Human-readable URL-friendly identifier that cannot be changed.
Returned By
createOrganization mutation