Skip to content

Instantly share code, notes, and snippets.

@NetOpWibby
Forked from mohsen89z/graphql.d.ts
Created November 24, 2019 21:11
Show Gist options
  • Save NetOpWibby/e510cdc03fc919c9609c9ca59ed9281e to your computer and use it in GitHub Desktop.
Save NetOpWibby/e510cdc03fc919c9609c9ca59ed9281e 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