OBJECT

ForecastEntityEdge

A Relay edge containing a ForecastEntity and its cursor.

link GraphQL Schema definition

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