Skip to content

Instantly share code, notes, and snippets.

@olalekanteeblaze
Created September 11, 2021 20:30
Show Gist options
  • Save olalekanteeblaze/579bd1efafd3580997991f704af70255 to your computer and use it in GitHub Desktop.
Save olalekanteeblaze/579bd1efafd3580997991f704af70255 to your computer and use it in GitHub Desktop.
import { gql } from '@apollo/cient'
const GET_COUNTRY = gql`
query {
countries {
code
name
native
}
}`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment