OBJECT
ReflectionAnalysisScoreConnection
A connection to a list of items.
link GraphQL Schema definition
- type ReflectionAnalysisScoreConnection {
- # A list of edges.
- : [ReflectionAnalysisScoreEdge]
- # Information to aid in pagination.
- : PageInfo!
- # Identifies the total count of items in the connection.
- : Int!
- }