OBJECT

TimeframeEntityEdge

A Relay edge containing a TimeframeEntity and its cursor.

link GraphQL Schema definition

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