https://github.com/firede/types-graphql
https://github.com/firede/types-graphql
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/firede/types-graphql
- Owner: firede
- Created: 2018-04-01T04:59:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-01T07:08:31.000Z (about 8 years ago)
- Last Synced: 2025-01-07T21:44:15.742Z (over 1 year ago)
- Language: TypeScript
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Notice
The type definitions has many breaking changes since [DefinitelyTyped #24566](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/24566).
I created this repository used **in my project** before merging.
```bash
# use offical version (recommend)
npm i -D @types/graphql
# or try v0.13.2
cd your/project/path
rm -rf ./node_modules/@types/graphql
ln -s path/to/types-graphql ./node_modules/@types/graphql
```
## Summary
This package contains type definitions for [graphql](https://www.npmjs.com/package/graphql), ported from [DefinitelyTyped/types/graphql](https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/graphql).
## Credits
These definitions were written by
- [TonyYang](https://github.com/TonyPythoneer)
- [Caleb Meredith](https://github.com/calebmer)
- [Dominic Watson](https://github.com/intellix)
- [Firede](https://github.com/firede)
- [Kepennar](https://github.com/kepennar)
- [Mikhail Novikov](https://github.com/freiksenet)
- [Ivan Goncharov](https://github.com/IvanGoncharov)
- [Hagai Cohen](https://github.com/DxCx)
- [Ricardo Portugal](https://github.com/rportugal)
- [Tim Griesser](https://github.com/tgriesser)
- [Dylan Stewart](https://github.com/dyst5422)
- [Alessio Dionisi](https://github.com/adnsio)
- [Divyendu Singh](https://github.com/divyenduz)