OBJECT

PolicyConnection

The connection type for Policy.

link GraphQL Schema definition

  • type PolicyConnection {
  • cursors: [String!]!
  • # A list of edges.
  • edges: [PolicyEdge]
  • # A list of nodes.
  • nodes: [Policy]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • }

link Require by