GraphQL INPUT_OBJECT

CreateDepartmentInput

Input for creation of department.

link Definition

  • input CreateDepartmentInput {
  • # Name of the department.
  • name: String!
  • # The clientId of the client the department belongs to.
  • clientId: Int
  • }

link Required by