OBJECT
Satisfaction
Represents many-to-many relationships between intents and commitments or events that partially or full satisfy one or more intents.
link GraphQL Schema definition
- type Satisfaction {
- # 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 :
- ID! :
- # A textual description or comment.
- String :
- # The amount and unit of the economic resource counted or inventoried.
- Measure :
- # A commitment or economic event fully or partially satisfying an intent.
- EventOrCommitment! :
- # An intent satisfied fully or partially by an economic event or commitment.
- Intent! :
- }
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`)
- IntentA planned economic flow which has not been committed to, which can lead to economic events (sometimes through commitments).
- RootQueryTypenull
- SatisfactionResponsenull