OBJECT
UserInterestScoreConnection
Relay compatible page of UserInterestScores
link GraphQL Schema definition
- type UserInterestScoreConnection implements Connection {
- # Count of userInterestScores in this page.
- Int! :
- # relay-compatible connection edge
- UserInterestScoreEdge!] : [
- PageInfo! :
- # Optional total count
- Int :
- # User list
- UserInterestScore!] : [
- }