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