INPUT_OBJECT
RecipeResourceCreateParams
link GraphQL Schema definition
- input RecipeResourceCreateParams {
- # The uri to an image relevant to the entity, such as a photo, diagram, etc.
- : URI
- # An informal or formal textual identifier for a recipe resource. Does not imply
- # uniqueness.
- : String!
- # A textual description or comment.
- : String
- # 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
- # Defines if any resource of that type can be freely substituted for any other
- # resource of that type when used, consumed, traded, etc.
- : Boolean
- # (`Unit`) The unit used for use action on this resource or work action in the
- # recipe.
- : ID
- # (`Unit`) The unit of inventory used for this resource in the recipe.
- : ID
- }