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