Skip to main content
To get list of all locations for the account you can use the locations query:
query ListOfLocations {
  account {
    locations {
      id
      name
      address
    }
  }
}