OBJECT

CustomEntityEntityEdge

A Relay edge containing a CustomEntityEntity and its cursor.

link GraphQL Schema definition

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