nitintutlani / typed-graphql

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

Consider moving this to DefinitelyTyped project #6

Closed baloodevil closed 8 years ago

baloodevil commented 8 years ago

IMHO it would be better to have all type definitions live in a single repository, and the de facto standard spot is: https://github.com/DefinitelyTyped/DefinitelyTyped

nitintutlani commented 8 years ago

This repo is suitable for now.

mnpenner commented 8 years ago

I don't want to create a new ticket for this, so a note to others, you can install this with typings:

sudo npm install -g typings
typings install 'github:nitintutlani/typed-graphql'
blakeembrey commented 8 years ago

@nitintutlani This repo has been brought up on the Typings registry. I agree, merging into DefinitelyTyped is a mess - but the Typings registry works by having pointers to other people's typings, just like this. Would you mind if we add a reference to this project for people installing GraphQL?

nitintutlani commented 8 years ago

No issues. Plz update me if any action is required at my end.