-
#3682
6c9f0df
Thanks @yaacovCR! - Support v17 ofgraphql-js
from17.0.0-alpha.2
forward.Includes support for the latest incremental delivery response format. For further details, see graphql/defer-stream-wg#69.
- Updated dependencies [
6c9f0df
]:
-
#3521
aa6dbbb4
Thanks @acao! - Fixes several issues with Type System (SDL) completion across the ecosystem:- restores completion for object and input type fields when the document context is not detectable or parseable
- correct top-level completions for either of the unknown, type system or executable definitions. this leads to mixed top level completions when the document is unparseable, but now you are not seemingly restricted to only executable top level definitions
.graphqls
ad-hoc standard functionality remains, but is not required, as it is not part of the official spec, and the spec also allows mixed mode documents in theory, and this concept is required when the type is unknown
-
Updated dependencies [
aa6dbbb4
]:
- #3534
f4c98c1f
Thanks @johndcollett! - fix: multiple argument syntax highlighting
- #3505
a562c96f
Thanks @Gasser-Aly! - fix: block strings syntax highlighting
- Updated dependencies [
06007498
]:
- Updated dependencies [
4d33b221
]:
-
#3127
0d2bb2bc
Thanks @imolorhe! - Updated cm6-graphql package README -
Updated dependencies [
2e477eb2
]:
-
#3075
9c1a02db
Thanks @acao! - another manual release attempt to trigger versioning -
#3074
7cb2a2f1
Thanks @acao! - Fix release bug, trigger changeset release action -
#3069
d922e930
Thanks @sergeichestakov! - Added graphql-language-service as a direct dep of cm6-graphql and update peer dependencies
-
#2995
5f276c41
Thanks @imolorhe! - fix(cm6-graphql): Fix query token used as field name -
#2962
db2a0982
Thanks @B2o5T! - clean all ESLint warnings, add--max-warnings=0
and--cache
flags -
#2940
8725d1b6
Thanks @B2o5T! - enableunicorn/prefer-node-protocol
rule