tsed
tsed copied to clipboard
[FEAT] bump graphql dependencies
Information
Add v16 graphql support to @tsed/graqhql package.
Acceptance criteria
- [ ] Graphql works as expected
- [ ] playground works as expected
Hello sir, I would like to work on this issue , can you pls tell me little more about it as i m new to the backend development. Thank You @Romakita
Hello @abhie16
This issue consist to bump graphQL dependencies here: https://github.com/tsedio/tsed/blob/production/packages/graphql/apollo/package.json#L42
and here: https://github.com/tsedio/tsed/blob/production/packages/graphql/typegraphql/package.json#L45
Note: bumping graphql dependencies need also to bump apollo dependencies and typegraphql. Some of theses dependencies are compatible or not with graphl.
To check if there is not regression you can run yarn test:graphql
.
You can also start a local graphQL server by running this script here: https://github.com/tsedio/tsed/blob/production/packages/graphql/typegraphql/package.json#L19
Tell me if you have any problems ;) Romain