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