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.
  • action: 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.
  • effortQuantity: IMeasure
  • # A textual description or comment.
  • note: String
  • # (`RecipeExchange`) Relates a flow to its exchange agreement in a recipe.
  • recipeClauseOf: ID
  • # (`RecipeResource`) The resource definition referenced by this flow in the
  • # recipe.
  • recipeFlowResource: ID!
  • # (`RecipeProcess`) Relates an input flow to its process in a recipe.
  • recipeInputOf: ID
  • # (`RecipeProcess`) Relates an output flow to its process in a recipe.
  • recipeOutputOf: ID
  • # The amount and unit of the economic resource counted or inventoried.
  • resourceQuantity: 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.
  • stage: ID
  • # The state of the desired economic resource (pass or fail), after coming out of a
  • # test or review process.
  • state: String
  • }