OBJECT

EntityEntityEdge

A Relay edge containing a EntityEntity and its cursor.

link GraphQL Schema definition

  • type EntityEntityEdge {
  • # The item at the end of the edge
  • node: EntityEntity
  • # A cursor for use in pagination
  • cursor: String!
  • }