INPUT_OBJECT
CommitmentUpdateParams
link GraphQL Schema definition
- input CommitmentUpdateParams {
- # Reference to an agreement between agents which specifies the rules or policies
- # or calculations which govern this commitment.
- URI :
- # (`SpatialThing`) The place where an commitment occurs. Usually mappable.
- ID :
- # (`Agreement`) This commitment is part of the agreement.
- ID :
- # The time something is expected to be complete.
- 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.
- 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.
- Boolean :
- # The planned beginning of the commitment.
- DateTime :
- # The planned end of the commitment.
- DateTime :
- # The planned date/time for the commitment. Can be used instead of beginning and
- # end.
- DateTime :
- ID! :
- # Grouping around something to create a boundary or context, used for documenting,
- # accounting, planning.
- ID!] : [
- # (`Plan`) Represents a desired deliverable expected from this plan.
- ID :
- # (`Process`) Defines the process to which this commitment is an input.
- ID :
- # A textual description or comment.
- String :
- # (`Process`) Defines the process for which this commitment is an output.
- ID :
- # (`Agent`) The economic agent from whom the commitment is initiated.
- ID :
- # (`Agent`) The economic agent whom the commitment is for.
- ID :
- # References one or more concepts in a common taxonomy or other classification
- # scheme for purposes of categorization or grouping.
- 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.
- ID :
- # (`EconomicResource`) Exact economic resource involved in the commitment.
- ID :
- # The amount and unit of the economic resource counted or inventoried.
- IMeasure :
- }