Skip to content

Instantly share code, notes, and snippets.

@mohsen89z
Last active November 24, 2019 21:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mohsen89z/1bfd1af5ffcd8bf401aad88e0d4165fc to your computer and use it in GitHub Desktop.
Save mohsen89z/1bfd1af5ffcd8bf401aad88e0d4165fc to your computer and use it in GitHub Desktop.
Resolve .graphql import for medium
declare module '*.graphql' {
import { DocumentNode } from 'graphql'
const Schema: DocumentNode
export = Schema
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment