INPUT_OBJECT
EconomicEventCreateParams
link GraphQL Schema definition
- input EconomicEventCreateParams {
- # (`Action`) Relates an economic event to a verb, such as consume, produce, work,
- # improve, etc.
- ID! :
- # Reference to an agreement between agents which specifies the rules or policies
- # or calculations which govern this economic event.
- URI :
- # (`SpatialThing`) The place where an economic event occurs. Usually mappable.
- ID :
- # The amount and unit of the work or use or citation effort-based action. This is
- # often a time duration, but also could be cycle counts or other measures of
- # effort or usefulness.
- IMeasure :
- # The beginning of the economic event.
- DateTime :
- # The end of the economic event.
- DateTime :
- # The date/time at which the economic event occurred. Can be used instead of
- # beginning and end.
- DateTime :
- # Grouping around something to create a boundary or context, used for documenting,
- # accounting, planning.
- ID!] : [
- # (`Process`) Defines the process to which this event is an input.
- ID :
- # A textual description or comment.
- String :
- # (`Process`) Defines the process for which this event is an output.
- ID :
- # (`Agent`) The economic agent from whom the actual economic event is initiated.
- ID :
- # (`Agreement`) This economic event occurs as part of this agreement.
- ID :
- # (`Agent`) The economic agent whom the actual economic event is for.
- ID :
- # References one or more concepts in a common taxonomy or other classification
- # scheme for purposes of categorization or grouping.
- URI!] : [
- # (`ResourceSpecification`) The primary resource specification or definition of an
- # existing or potential economic resource. A resource will have only one, as this
- # specifies exactly what the resource is.
- ID :
- # (`EconomicResource`) Economic resource involved in the economic event.
- ID :
- # The amount and unit of the economic resource counted or inventoried. This is the
- # quantity that could be used to increment or decrement a resource, depending on
- # the type of resource and resource effect of action.
- IMeasure :
- # Tags/Categories in a taxonomy, linked to resourceClassifiedAs:
- # References one or more concepts in a common taxonomy or other classification
- # scheme for purposes of categorization or grouping.
- ID!] : [
- # (`EconomicResource`) Additional economic resource on the economic event when
- # needed by the receiver. Used when a transfer or move, or sometimes other
- # actions, requires explicitly identifying an economic resource on the receiving
- # side.
- ID :
- # (`EconomicEvent`) References another economic event that implied this economic
- # event, often based on a prior agreement.
- ID :
- }