Тип

LocationEdge

A `Location` edge in the connection.

"""A `Location` edge in the connection."""
type LocationEdge {
  """A cursor for use in pagination."""
  cursor: Cursor
  """The `Location` at the end of the edge."""
  node: Location
}