IBM / openapi-to-graphql

Translate APIs described by OpenAPI Specifications (OAS) into GraphQL
https://developer.ibm.com/open/projects/openapi-to-graphql/
MIT License
1.61k stars 211 forks source link

Add support for `graphql@16` #471

Closed mhassan1 closed 1 year ago

mhassan1 commented 2 years ago

This PR adds support for graphql@16. This should be part of a semver major release.

Resolves https://github.com/IBM/openapi-to-graphql/issues/458.

jajjibhai008 commented 1 year ago

@Alan-Cha could you please review this PR? We're experiencing some dependency conflicts when using the openapi-to-graphql package along with other packages that are dependent on graphql.

StarpTech commented 1 year ago

It looks like the CI didn't run, and probably the branch must be updated from main.

mhassan1 commented 1 year ago

@StarpTech The branch is already up-to-date with master.

StarpTech commented 1 year ago

Then the maintainer has to allow the CI to run.

Alan-Cha commented 1 year ago

I made the mistake of merging this in without letting the CI run. I realize it was pointed out earlier but I was too hasty. I'm sorry about that. I am quite rusty about this.

Anyway, a lot of things seem to be broken. I am trying to resolve them with #482 right now.

StarpTech commented 1 year ago

@Alan-Cha thank you :mechanical_arm: