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