INPUT_OBJECT
CreateDepartmentMutationInput
The input object that defines the fields for the createDepartment mutation.
link GraphQL Schema definition
- input CreateDepartmentMutationInput {
- # A descriptive name.
- : String!
- # A note about this entity.
- : NoteMutationInput
- }