How to upgrade from graphql 14 to 15/16? #3831
DustinRobison
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am working on a large codebase that uses JSON schema and converts it to Graphql using https://github.com/lifeomic/json-schema-to-graphql-types .
Unfortunately, this repo is still on Graphql 14 and I need to upgrade to the latest graphql 16.6 so I am attempting to contribute and upgrade this repo too but I am stuck.
There were easy changes like:
introspectionQuery
togetIntrospectionQuery
found hereBut the output classes seems to be drastically different in graphql 14 vs 15 or 16, breaking all the tests.
Is there any documentation that could be helpful to compare 14 vs >=15 versions?
Beta Was this translation helpful? Give feedback.
All reactions