INPUT_OBJECT

CreateChildOrganizationInput

Arguments for creating a child organization.

link GraphQL Schema definition





input CreateChildOrganizationInput {
The abbreviation of the organization.
abbreviation: String!
The description of the organization.
description: String
The name of the organization.
name: String!
The id of the parent organization.
parentOrganizationId: ID!
}

link Required by