GraphQL OBJECT

Department

Department information for the user or client. A department is a team in your organization.

link Definition

  • type Department {
  • # Unique ID of the department.
  • id: Long!
  • # Client to whose organization the department belongs.
  • client: Client
  • # Department name.
  • name: String!
  • }