OBJECT

RoleConnection

The connection type for Role.

link GraphQL Schema definition

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

link Require by