Skip to content

Instantly share code, notes, and snippets.

@vitorpiovezam
Last active March 6, 2019 01:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vitorpiovezam/e9d9a33741a52ec7c84c02a7eeb183b6 to your computer and use it in GitHub Desktop.
Save vitorpiovezam/e9d9a33741a52ec7c84c02a7eeb183b6 to your computer and use it in GitHub Desktop.
graphql-queries
# Filtering the projects who have the value 'name' = "GrapQL"
project(name: "GraphQL") {
# These values will return in your JSON response
tagline
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment