INPUT_OBJECT
RecipeFlowCreateParams
link GraphQL Schema definition
- input RecipeFlowCreateParams {
- # (`Action`) Relates a process input or output to a verb, such as consume,
- # produce, work, modify, etc.
- ID! :
- # 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 :
- # (`RecipeExchange`) Relates a flow to its exchange agreement in a recipe.
- ID :
- # (`RecipeResource`) The resource definition referenced by this flow in the
- # recipe.
- ID! :
- # (`RecipeProcess`) Relates an input flow to its process in a recipe.
- ID :
- # (`RecipeProcess`) Relates an output flow to its process in a recipe.
- ID :
- # The amount and unit of the economic resource counted or inventoried.
- IMeasure :
- # (`ProcessSpecification`) References the ProcessSpecification of the last process
- # the economic resource went through. Stage is used when the last process is
- # important for finding proper resources, such as where the publishing process
- # wants only documents that have gone through the editing process.
- ID :
- # The state of the desired economic resource (pass or fail), after coming out of a
- # test or review process.
- String :
- }