ReviewsConnection
No description
type ReviewsConnection {
edges: [ReviewEdge]
nodes: [ProductReview!]
pageInfo: PageInfo!
totalCount: Int!
}
No description
type ReviewsConnection {
edges: [ReviewEdge]
nodes: [ProductReview!]
pageInfo: PageInfo!
totalCount: Int!
}
ReviewsConnection.edges ● [ReviewEdge] list objectReviewsConnection.nodes ● [ProductReview!] list objectReviewsConnection.pageInfo ● PageInfo! non-null objectReviewsConnection.totalCount ● Int! non-null scalar