OBJECT
EntityScoringEntityEdge
A Relay edge containing a EntityScoringEntity
and its cursor.
link GraphQL Schema definition
- type EntityScoringEntityEdge {
- # The item at the end of the edge
- EntityScoringEntity :
- # A cursor for use in pagination
- String! :
- }