INTERFACE

ConnectionEdge

Relay-compatible Edge interface. Please see: GraphQL Cursor Connections Specification

link GraphQL Schema definition

  • interface ConnectionEdge {
  • # Optional cursor to refer to this node
  • cursor: String
  • # Node element available through this edge
  • node: Node!
  • }

link Require by