object LocationConnection

Fields

FieldTypeDescription
pageInfoPageInfo!

Pagination data for this connection.

edges[LocationEdge]!

Contains the nodes in this connection.

Referenced By

Example

{
  "pageInfo": PageInfo,
  "edges": LocationEdge
}