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
  • node: EntityScoringEntity
  • # A cursor for use in pagination
  • cursor: String!
  • }