OBJECT

AuthorizedPrincipalEdge

Description

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

link GraphQL Schema definition

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