OBJECT
ReviewRequestConnection
The connection type for ReviewRequest.
link GraphQL Schema definition
- type ReviewRequestConnection {
- # A list of edges.
- : [ReviewRequestEdge]
- # A list of nodes.
- : [ReviewRequest]
- # Information to aid in pagination.
- : PageInfo!
- # Identifies the total count of items in the connection.
- : Int!
- }