This repository was archived by the owner on Jun 2, 2026. It is now read-only.
OpenAPI-to-GraphQL v2.1.0
·
150 commits
to master
since this release
- Takes advantage of
callbackobjects to create Subscription fields using pubsub connections. - Added
createSubscriptionsFromCallbacksoption- Toggles whether subscription fields should be added
- Added
customSubscriptionResolversoption- Allows users to add their own custom resolve and subscribe functions to subscription fields (if they are being added)
We now have Subscription support!!!
Extra big thanks to @getlarge for this incredible contribution!