GraphQL INPUT_OBJECT
Input for creation of department.
input CreateDepartmentInput {# Name of the department.name: String!# The clientId of the client the department belongs to.clientId: Int}