Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
0.28.0 (2024-06-06)
Breaking Change
👤 @nalchevanidze
directive defintinitions are required to be associated with
DIRECTIVE
type.New features
👤 @nalchevanidze
you can disable introspection on your apps by :
disableIntrospection
functionBug Fixes
📦 client
👤 @ropwareJB
This PR will cease support for the older protocol due to line, which changes the name of an event from 'data' to 'next':
https://github.com/morpheusgraphql/morpheus-graphql/pull/805/files#diff-d7568c77ceef4d42fcddd7e99c510f1d7d53592431ab6ff0027f1667b6de68deR160
Deprecation notice:
https://www.npmjs.com/package/graphql-ws#disclaimer
Graphql-ws protocol:
https://github.com/enisdenjo/graphql-ws/blob/master/PROTOCOL.md
Deprecated subscriptions-transport-ws protocol:
https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md
Minor Changes