OBJECT

RecipeExchange

Specifies an exchange agreement as part of a recipe.

link GraphQL Schema definition

  • type RecipeExchange {
  • id: ID!
  • # An informal or formal textual identifier for a recipe exchange. Does not imply
  • # uniqueness.
  • name: String!
  • # A textual description or comment.
  • note: String
  • }