OBJECT
SaasAppsOrganizationEdge
Description
Wrapper around the SaasAppsOrganization object. This wrapper is used for pagination.
link GraphQL Schema definition
- type SaasAppsOrganizationEdge {
- # String used to identify this edge.
- : String!
- # The actual SaasAppsOrganization object wrapped by this edge.
- : SaasAppsOrganization!
- }