-
Notifications
You must be signed in to change notification settings - Fork 538
npm package doesn't have updated GraphiQLOptions for subscription config #746
Comments
@ShaneKeney It looks like the v0.12.0 release does not contain the improved subscription support. I've opened #747 to request the release of that awesome funcitonality. |
@ShaneKeney we merge to main and publish from main, so whatever is in main is not necessarily published. This is how graphql, react, and many oss projects work |
@acao Is their an estimate as to when subscription support will be published? |
@junminstorage is working on the finishing touches once we’re able to publish graphiql next. We’re all volunteers so no timelines are known |
@ShaneKeney , once the graphql/graphiql#1806 is merged and changes are released, I will get PR #739 ready for review within a week or so. |
https://github.com/graphql/graphiql/runs/2314562284 it should finally publish when this is run @junminstorage, terribly sorry for the delays. I will be on later in the week! |
https://github.com/graphql/graphiql/blob/main/packages/graphiql/CHANGELOG.md#141 here's the release notes by the by! I may be able to create a PR for your PR @junminstorage myself later today, if that helps? |
@ShaneKeney we release new version which should support your use case. let us know if it works for you. |
@junminstorage Seems like no releases were made since November. Or am I missing something? |
@junminstorage Same question as @jeremyzahner . Doesn't seem to be any release since Novemeber. Version 0.12.0 still does not have the support for subscription as explained above. I get the following error:
when the following is used:
|
@acao @IvanGoncharov can you help with the release? |
Hello, 👋 Thank you very much for the volunteering time of the open-source contributors. I'm willing to contribute and donate time to this project if this means we can have the new release up; We also need it in our organization. Any plans on this or if my time can help speed things up for future releases? |
Would be great to have subscription support ! |
In my free time, I'm quite busy with higher priority OSS work on graphiql at the moment, perhaps @danielrearden would be able to help? I will hopefully get to this when I can, sorry for the delays |
my bad, i don't have permissions to publish this repo. @IvanGoncharov is the only active contributor that does |
To clarify, I’ve never had publish permissions for this package. Only the ability to merge PRs #764 will need to be completed first. I have put in a request for publish permissions again, hopefully they are granted this time! |
#764 is still blocked on some integration test suite issues I will address this weekend. we also need to remove |
Hi @acao , any updates on this? |
sorry, there are higher priority issues in the graphql ecosystem right now, and we're all working for free! it will take some time |
Oh ok, well if any help is needed feel free to ping me. Best! |
Any updates on this? |
@acao @IvanGoncharov can you help with the release? If possible can you grant me or some of us here willing to help the permission to release? |
In my opinion, features missing in release could be mitigated by better support for installing from GitHub. Both NPM and Yarn offer ways to install from git, but this package does not auto-build when installed from git, and also does not hold its build artifacts in a traditional See my issue #785 for more details. |
I released a fork of the main branch under https://www.npmjs.com/package/@nkp/express-graphql but it appears while the tests pass the branch isn't production ready there are still some issues. I'm going to try GraphQL Playground instead for a development frontend. |
@NickKelly1, it seems that GraphQL Playground still is unconfigurable to use another subscription fetcher. It still uses |
My application supports subprotocols |
Anyone still working on this? Is this project still maintained or dead? |
This library has been deprecated and this repo will be archived soon. It has been superseded by Furthermore, if you seek a fully-featured, well-maintained and performant server - I heavily recommend GraphQL Yoga! |
Not sure where to report issue for npm package in itself so am reporting here. The following is the type file on the latest npm install i.e.
via.
renderGraphiQL.d.ts
Looking at the GitHub repo it seems the additional
subscriptionEndpoint?
field was added for subscription report. Versioning on npm says0.12.0
which matches with GitHub versioning but there seems to be a discrepancy and am getting some Typescript errors when trying to use subscriptions because of it.Seems like npm and GitHub are not in sync.
The text was updated successfully, but these errors were encountered: