LocationEdge
Edge in a paginated Location connection
type LocationEdge {
cursor: String!
node: Location!
}
Fields
LocationEdge.cursor ● String! non-null scalar
Cursor for pagination
LocationEdge.node ● Location! non-null object
The location node
Member Of
LocationConnection object