OBJECT

LicenseConnection

The connection type for License.

link GraphQL Schema definition

  • 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!
  • }

link Require by