Skip to content

Instantly share code, notes, and snippets.

@bartcis
Created July 17, 2019 13:46
Show Gist options
  • Select an option

  • Save bartcis/310ab7ebb9bb68f45384dbf1bc1c260e to your computer and use it in GitHub Desktop.

Select an option

Save bartcis/310ab7ebb9bb68f45384dbf1bc1c260e to your computer and use it in GitHub Desktop.
Define simple query in graphQL
import { Query } from 'react-apollo'
import gql from 'graphql-tag'
const countiresQuery = gql` {
countries {
name
population
inNato
}
}`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment