{
  "data": {
    "locations": [
      {
        "id": "gid://shopify/Location/12345678901",
        "name": "123 Example St Suite 100",
        "address": {
          "address1": "123 Example St Suite 100",
          "address2": null,
          "city": "Example City",
          "zip": "12345",
          "province": "Example State",
          "country": "Example Country",
          "phone": "",
          "countryCode": "EX",
          "provinceCode": "ES"
        },
        "createdAt": "2022-01-01T10:00:00Z",
        "updatedAt": "2022-01-01T10:00:00Z",
        "isActive": true
      }
    ],
    "pageInfo": {
      "hasNextPage": false,
      "endCursor": "YXJyYXljb25uZWN0aW9uOjA="
    }
  }
}