OBJECT

FieldSequenceEntityEdge

A Relay edge containing a FieldSequenceEntity and its cursor.

link GraphQL Schema definition

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