INPUT_OBJECT
FulfillmentCreateParams
link GraphQL Schema definition
- input FulfillmentCreateParams {
- # 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 :
- # (`EconomicEvent`) The economic event which completely or partially fulfills a
- # commitment.
- ID! :
- # (`Commitment`) The commitment which is completely or partially fulfilled by an
- # economic event.
- ID! :
- # A textual description or comment.
- String :
- # The amount and unit of the economic resource counted or inventoried.
- IMeasure :
- }