Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. delete_recipe(where: recipe_bool_exp!): recipe_mutation_response
  2.  
  3. insert_recipe(objects: [recipe_insert_input!]!on_conflict: recipe_on_conflict): recipe_mutation_response
  4.  
  5. update_recipe(
  6. _inc: recipe_inc_input
  7. _set: recipe_set_input
  8. where: recipe_bool_exp!
  9. ): recipe_mutation_response
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement