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.
- : URI
- : ID!
- # Grouping around something to create a boundary or context, used for documenting,
- # accounting, planning.
- : [ID!]
- # A textual description or comment.
- : String
- # (`Agreement`) This economic event occurs as part of this agreement.
- : ID
- # (`EconomicEvent`) References another economic event that implied this economic
- # event, often based on a prior agreement.
- : ID
- }