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