Skip to content
 
 

Latest commit

 

History

36 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typed graphql-js

The type definition for graphql-js.

Install using npm for Typescript 2

npm install graphql-typings

Add this to a typings.d.ts file.

/// <reference types="graphql-typings" />

Install using typings

typings install --save github:nitintutlani/typed-graphql

Usage

Follow these reference links for more information:

Typings project

tsconfig.json documentation

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.

License

MIT

About

Typescript type definitions for graphql

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors