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