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.
  • effortQuantity: Measure
  • # The economic event which completely or partially fulfills a commitment.
  • fulfilledBy: EconomicEvent!
  • # The commitment which is completely or partially fulfilled by an economic event.
  • fulfills: Commitment!
  • id: ID!
  • # A textual description or comment.
  • note: String
  • # The amount and unit of the economic resource counted or inventoried.
  • resourceQuantity: Measure
  • }