# buildings

Refresh interval: hourly.

Retrieve a list of buildings this user has access to.

```graphql
query MyQuery {
  BUILDING {
    ID
    NAME
    DESCRIPTION
    TIME_ZONE
  }
}
```
