OBJECT

CustomEntityTypeEntityEdge

A Relay edge containing a CustomEntityTypeEntity and its cursor.

link GraphQL Schema definition

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