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