nitintutlani / typed-graphql

Typescript type definitions for graphql [Not Active]
MIT License
37 stars 17 forks source link

Support Typescript2 via npm #16

Closed jperl closed 8 years ago

jperl commented 8 years ago

I updated this to work with typescript 2 via npm. Resolves #13

Install the types with npm install graphql-typings and add this to your typings file

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

I published it to npm under typed-graphql@1.0.0 and added nitintutlani as an owner -- you can remove me if you want.