OBJECT

TypeEntityEdge

A Relay edge containing a TypeEntity and its cursor.

link GraphQL Schema definition

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