OBJECT
ForecastEntityConnection
link GraphQL Schema definition
- type ForecastEntityConnection {
- # Pagination data for this connection.
- PageInfo! :
- # Contains the nodes in this connection.
- ForecastEntityEdge]! : [
- # Total number of items in the connection.
- Int :
- }