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