OBJECT
Fulfillment
Represents many-to-many relationships between commitments and economic events that fully or partially satisfy one or more commitments.
link GraphQL Schema definition
- type Fulfillment {
- # 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.
- Measure :
- # The economic event which completely or partially fulfills a commitment.
- EconomicEvent! :
- # The commitment which is completely or partially fulfilled by an economic event.
- Commitment! :
- ID! :
- # A textual description or comment.
- String :
- # The amount and unit of the economic resource counted or inventoried.
- Measure :
- }
link Require by
- CommitmentA planned economic flow that has been promised by an agent to another agent.
- EconomicEventAn observed economic flow, as opposed to a flow planned to happen in the future. This could reflect a change in the quantity of an economic resource. It is also defined by its behavior in relation to the economic resource (see `Action`)
- FulfillmentResponsenull
- RootQueryTypenull