tsed icon indicating copy to clipboard operation
tsed copied to clipboard

[FEAT] bump graphql dependencies

Open Romakita opened this issue 2 years ago • 2 comments

Information

Add v16 graphql support to @tsed/graqhql package.

Acceptance criteria

  • [ ] Graphql works as expected
  • [ ] playground works as expected

Romakita avatar Jan 10 '23 06:01 Romakita

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

abhie16 avatar Apr 13 '23 16:04 abhie16

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

Romakita avatar Apr 14 '23 13:04 Romakita