Skip to content

Instantly share code, notes, and snippets.

@redbluenat
Created December 6, 2018 22:24
Show Gist options
  • Save redbluenat/bce335cf56ec9e22d356271290ce167b to your computer and use it in GitHub Desktop.
Save redbluenat/bce335cf56ec9e22d356271290ce167b to your computer and use it in GitHub Desktop.
import gql from 'graphql-tag';
const dogQuery = gql`
query {
dogs {
name
type
}
}
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment