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