1.0.2 • Published 9 years ago
typed-graphql v1.0.2
Typed graphql-js
The type definition for graphql-js.
Install using npm for Typescript 2
npm install --save-dev typed-graphqlInstall latest using npm for Typescript 2
npm install --save-dev git://github.com/nitintutlani/typed-graphql#masterAdd this to a typings.d.ts file.
/// <reference types="typed-graphql" />Install using typings
typings install --save github:nitintutlani/typed-graphqlUsage
Follow 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.
License
MIT