Appearance
Connection used as ObjectType in the GraphQL API Represents the many side of a relation and supports filtering, ordering and pagination
Edge returned in the GraphQL API Consists of a Node and a Cursor The cursor is only valid in a specific connection context. Cursors can only be used, if the ordering of nodes is not changed. Cursors should not be used for long term storage.
Page info used in GraphQL connection to provide general pagination information