OBJECT

Office

Office details

link GraphQL Schema definition

  • type Office {
  • # The office's account
  • account: Account!
  • # The users which belongs to offcie
  • agents: [Agent!]
  • brandingColour: String
  • # When the office was created
  • createdAt: ISO8601DateTime!
  • # ID of the office
  • id: ID!
  • logoUrl: String
  • mainContactEmail: String
  • mainContactMobile: String
  • # Name of the office
  • name: String!
  • # When the office was last updated
  • updatedAt: ISO8601DateTime!
  • # The users which belongs to offcie
  • users: [User!]
  • }