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
- ForecastEntity :
- # A cursor for use in pagination
- String! :
- }
OBJECT
A Relay edge containing a ForecastEntity
and its cursor.
- type ForecastEntityEdge {
- # The item at the end of the edge
- ForecastEntity :
- # A cursor for use in pagination
- String! :
- }