sikanhe / gqtx

Code-first Typescript GraphQL Server without codegen or metaprogramming
458 stars 13 forks source link

deps: update graphql to v15 + interfaces can implement interfaces #20

Closed n1ru4l closed 4 years ago

n1ru4l commented 4 years ago

https://github.com/graphql/graphql-js/releases/tag/v15.0.0

I also created my own private release with these changes for testing whether any stuff breaks (https://www.npmjs.com/package/@n1ru4l/gqtx). I did not notice any issues yet.

In addition, I would really appreciate a new release after merging this. 😊

closes https://github.com/sikanhe/gqtx/issues/19

sikanhe commented 4 years ago

@n1ru4l Thanks, will do a release today

sikanhe commented 4 years ago

@n1ru4l done