Skip to content

Instantly share code, notes, and snippets.

@lucasconstantino
Created March 29, 2017 18:22
Show Gist options
  • Save lucasconstantino/34749e5894e156f3c8fe903d2535c772 to your computer and use it in GitHub Desktop.
Save lucasconstantino/34749e5894e156f3c8fe903d2535c772 to your computer and use it in GitHub Desktop.
const query = `
mutation {
addPost(userId: 1, title: "Meu post", body: "Meu texto!") {
id
body
title
}
}
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment