An open API service indexing awesome lists of open source software.

https://github.com/firede/types-graphql


https://github.com/firede/types-graphql

Last synced: over 1 year ago
JSON representation

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)