GraphQL OBJECT

Office

Office information for the user or client. An office is a location used by your organization.

link Definition

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