OBJECT
RecommendationConnection
The connection type for Recommendation.
link GraphQL Schema definition
- type RecommendationConnection {
- : [String!]!
- # A list of edges.
- : [RecommendationEdge]
- # A list of nodes.
- : [Recommendation]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- }