INPUT_OBJECT

UpdateOrganizationInput

Arguments for updating an organization.

link GraphQL Schema definition






input UpdateOrganizationInput {
The abbreviation of the organization.
abbreviation: String
The description of the organization.
description: String
The name of the organization.
name: String
organizationId: ID!
The enabled/disabled status of the organization, new organizations are 'enable'
by default.
status: OrganizationStatus
}

link Required by