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