INPUT_OBJECT
Arguments for creating a child organization.
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!}