OBJECT
Office
Office details
link GraphQL Schema definition
- type Office {
- # The office's account
- Account! :
- # The users which belongs to offcie
- Agent!] : [
- String :
- # When the office was created
- ISO8601DateTime! :
- # ID of the office
- ID! :
- String :
- String :
- String :
- # Name of the office
- String! :
- # When the office was last updated
- ISO8601DateTime! :
- # The users which belongs to offcie
- User!] : [
- }