INPUT_OBJECT

RecipeExchangeCreateParams

link GraphQL Schema definition

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