INPUT_OBJECT
UpdateOrganizationInput
Arguments for updating an organization.
link GraphQL Schema definition
input UpdateOrganizationInput {
The abbreviation of the organization.
: String
The description of the organization.
: String
The name of the organization.
: String
: ID!
The enabled/disabled status of the organization, new organizations are 'enable'
by default.
: OrganizationStatus
}