INPUT_OBJECT

RecipeProcessCreateParams

link GraphQL Schema definition

  • input RecipeProcessCreateParams {
  • # The planned calendar duration of the process as defined for the recipe batch.
  • hasDuration: IDuration
  • # An informal or formal textual identifier for a recipe process. Does not imply
  • # uniqueness.
  • name: String!
  • # A textual description or comment.
  • note: String
  • # References a concept in a common taxonomy or other classification scheme for
  • # purposes of categorization.
  • processClassifiedAs: [URI!]
  • # (`ProcessSpecification`) The standard specification or definition of a process.
  • processConformsTo: ID!
  • }