Shopify GraphQL API / PageInfo
Returns information about pagination in a connection, in accordance with the [Relay specification](https://relay.dev/graphql/connections.htm#sec-undefined.PageInfo).
Implements
Fields
endCursor : String
hasNextPage : Boolean!
hasPreviousPage : Boolean!
startCursor : String