Skip to content

Instantly share code, notes, and snippets.

@rafaelvicio
Created August 24, 2017 16:41
Show Gist options
  • Save rafaelvicio/ad8897fd7529f44998f152711fca1cee to your computer and use it in GitHub Desktop.
Save rafaelvicio/ad8897fd7529f44998f152711fca1cee to your computer and use it in GitHub Desktop.
const RootMutation = `
type RootMutation {
createPost(input: PostInput!): Post
}
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment