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.
- : String!
- # The actual AuthorizedPrincipal object wrapped by this edge.
- : AuthorizedPrincipal!
- }