Guest User

Untitled

a guest
Jan 22nd, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. mutation {
  2. createBrand(input: {
  3. data: {
  4. name: "John",
  5. description: "this is my description"
  6. }
  7. }) {
  8. brand {
  9. name
  10. description
  11. }
  12. }
  13. }
Add Comment
Please, Sign In to add comment