OBJECT

ReflectionAnalysisScoreEdge

An edge in a connection.

link GraphQL Schema definition

  • type ReflectionAnalysisScoreEdge {
  • # The item at the end of the edge.
  • node: ReflectionAnalysisScore
  • # A cursor for use in pagination.
  • cursor: Cursor!
  • }