OBJECT
EconomicEventResponse
link GraphQL Schema definition
- type EconomicEventResponse {
- # Details of the newly created event.
- : EconomicEvent!
- # Details of any newly created `EconomicResource`, for events that create new
- # resources.
- : EconomicResource
- # Any reciprocal events created by found value calculations.
- : [EconomicEvent!]
- }