nitintutlani / typed-graphql

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

Basic example of usage? #17

Closed kesemdavid closed 8 years ago

kesemdavid commented 8 years ago

Ive been looking for a dts for GraphQL and ran into yours.

Would really appreciate a simple example of how to use this dts. I dont think i used it the right way at all.

Thanks in advance.

nitintutlani commented 8 years ago

Please refer to: https://github.com/typings/typings and typescript documentations.

typings install --save graphql

This should pull the definition into your project.