OBJECT

OrgsForPrincipalReply

Description

Response for retrieving organizations for a principal.

link GraphQL Schema definition

  • type OrgsForPrincipalReply {
  • # The organizations to which the principal has access.
  • allOrgs: [Org!]!
  • }

link Require by