OBJECT
The connection type for Package.
type PackageConnection {cursors: [String!]! # A list of edges.edges: [PackageEdge] # A list of nodes.nodes: [Package] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! }