OpenAPI-to-GraphQL v2.1.0
·
148 commits
to master
since this release
- Takes advantage of
callback
objects to create Subscription fields using pubsub connections. - Added
createSubscriptionsFromCallbacks
option- Toggles whether subscription fields should be added
- Added
customSubscriptionResolvers
option- 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!