Skip to content

Instantly share code, notes, and snippets.

@hurali97
Created July 20, 2019 20:05
Show Gist options
  • Save hurali97/aecdc469a9d873d59c5d1d9e473e93b5 to your computer and use it in GitHub Desktop.
Save hurali97/aecdc469a9d873d59c5d1d9e473e93b5 to your computer and use it in GitHub Desktop.
Query
import { gql } from 'apollo-boost'
export const GET_NAMES = gql`
query {
getnames{
name
}
}
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment