GraphQL OBJECT
Office information for the user or client. An office is a location used by your organization.
type Office {# Client to whose organization the office belongs.client: Client # Unique ID of the office.id: Int! # Office name.name: String! }