OBJECT

PrincipalEdge

Description

Wrapper around the Principal object. This wrapper is used for pagination.

link GraphQL Schema definition

  • type PrincipalEdge {
  • # String used to identify this edge.
  • cursor: String!
  • # The actual Principal object wrapped by this edge.
  • node: Principal!
  • }