GraphQL INPUT_OBJECT

UpdateDepartmentInput

Input for update of department.

link Definition

  • input UpdateDepartmentInput {
  • # Unique Id of the department.
  • id: Int!
  • # Name of the department.
  • name: String
  • }

link Required by