LocationEdge
An edge in a connection.
type LocationEdge {
cursor: String!
node: Location
}
Fields
LocationEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
LocationEdge.node ● Location object
The item at the end of the edge.
Member Of
LocationConnection object