OBJECT

ReflectionAnalysisEdge

An edge in a connection.

link GraphQL Schema definition

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