INPUT_OBJECT

CommitmentCreateParams

link GraphQL Schema definition

  • input CommitmentCreateParams {
  • # (`Action`) Relates a commitment to a verb, such as consume, produce, work,
  • # improve, etc.
  • action: ID!
  • # Reference to an agreement between agents which specifies the rules or policies
  • # or calculations which govern this commitment.
  • agreedIn: URI
  • # (`SpatialThing`) The place where an commitment occurs. Usually mappable.
  • atLocation: ID
  • # (`Agreement`) This commitment is part of the agreement.
  • clauseOf: ID
  • # The time something is expected to be complete.
  • due: DateTime
  • # 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: IMeasure
  • # The commitment is complete or not. This is irrespective of if the original goal
  • # has been met, and indicates that no more will be done.
  • finished: Boolean
  • # The planned beginning of the commitment.
  • hasBeginning: DateTime
  • # The planned end of the commitment.
  • hasEnd: DateTime
  • # The planned date/time for the commitment. Can be used instead of beginning and
  • # end.
  • hasPointInTime: DateTime
  • # Grouping around something to create a boundary or context, used for documenting,
  • # accounting, planning.
  • inScopeOf: [ID!]
  • # (`Plan`) Represents a desired deliverable expected from this plan.
  • independentDemandOf: ID
  • # (`Process`) Defines the process to which this commitment is an input.
  • inputOf: ID
  • # A textual description or comment.
  • note: String
  • # (`Process`) Defines the process for which this commitment is an output.
  • outputOf: ID
  • # (`Agent`) The economic agent from whom the commitment is initiated.
  • provider: ID!
  • # (`Agent`) The economic agent whom the commitment is for.
  • receiver: ID!
  • # References one or more concepts in a common taxonomy or other classification
  • # scheme for purposes of categorization or grouping.
  • resourceClassifiedAs: [URI!]
  • # (`ResourceSpecification`) The primary resource specification or definition of an
  • # existing or potential economic resource. A resource will have only one, as this
  • # specifies exactly what the resource is.
  • resourceConformsTo: ID
  • # (`EconomicResource`) Exact economic resource involved in the commitment.
  • resourceInventoriedAs: ID
  • # The amount and unit of the economic resource counted or inventoried.
  • resourceQuantity: IMeasure
  • }