RecommendationsConnection
Recommendations Connection
type RecommendationsConnection {
edges: [RecommendationEdge]
pageInfo: PageInfo!
totalCount: Int!
adviseMessage(
level: [AdviseMessageLevel]
): [AdviseMessage!]
}
Recommendations Connection
type RecommendationsConnection {
edges: [RecommendationEdge]
pageInfo: PageInfo!
totalCount: Int!
adviseMessage(
level: [AdviseMessageLevel]
): [AdviseMessage!]
}
RecommendationsConnection.edges ● [RecommendationEdge] list objectRecommendationsConnection.pageInfo ● PageInfo! non-null objectRecommendationsConnection.totalCount ● Int! non-null scalarRecommendationsConnection.adviseMessage ● [AdviseMessage!] list objectRecommendationsConnection.adviseMessage.level ● [AdviseMessageLevel] list enum