OBJECT
RecipeResource
Specifies the resource as part of a recipe, for use in planning from recipe.
link GraphQL Schema definition
- type RecipeResource {
- : ID!
- # 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!]
- # 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.
- : ResourceSpecification
- # Defines if any resource of that type can be freely substituted for any other
- # resource of that type when used, consumed, traded, etc.
- : Boolean
- # The unit used for use action on this resource or work action in the recipe.
- : Unit
- # The unit of inventory used for this resource in the recipe.
- : Unit
- }