INPUT_OBJECT

RecipeExchangeUpdateParams

link GraphQL Schema definition

  • input RecipeExchangeUpdateParams {
  • 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
  • }