Guest User

Untitled

a guest
Aug 10th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. ```graphql
  2. delete_article(
  3. where: article_bool_exp!
  4. ): article_mutation_response
  5.  
  6. delete_author(
  7. where: author_bool_exp!
  8. ): author_mutation_response
  9. ```
Add Comment
Please, Sign In to add comment