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.
  • cursor: String!
  • # The actual TprRequestSummary object wrapped by this edge.
  • node: TprRequestSummary!
  • }