OBJECT

EconomicEventResponse

link GraphQL Schema definition

  • type EconomicEventResponse {
  • # Details of the newly created event.
  • economicEvent: EconomicEvent!
  • # Details of any newly created `EconomicResource`, for events that create new
  • # resources.
  • economicResource: EconomicResource
  • # Any reciprocal events created by found value calculations.
  • reciprocalEvents: [EconomicEvent!]
  • }