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