INPUT_OBJECT

EconomicEventUpdateParams

link GraphQL Schema definition

  • input EconomicEventUpdateParams {
  • # Reference to an agreement between agents which specifies the rules or policies
  • # or calculations which govern this economic event.
  • agreedIn: URI
  • id: ID!
  • # Grouping around something to create a boundary or context, used for documenting,
  • # accounting, planning.
  • inScopeOf: [ID!]
  • # A textual description or comment.
  • note: String
  • # (`Agreement`) This economic event occurs as part of this agreement.
  • realizationOf: ID
  • # (`EconomicEvent`) References another economic event that implied this economic
  • # event, often based on a prior agreement.
  • triggeredBy: ID
  • }