The type definition for graphql-js.
npm install graphql-typingsAdd this to a typings.d.ts file.
/// <reference types="graphql-typings" />
Install using typings
typings install --save github:nitintutlani/typed-graphqlFollow these reference links for more information:
Make sure your typescript compatible code editor, linter and tsc compiler are able to reach out to typings/index.d.ts to resolve related references.
MIT