·
839 commits
to main
since this release
Patch Changes
-
#2385
6db28447
Thanks @acao! - Stop reporting unnecessary EOF errors when authoring new queries -
#2382
1bea864d
Thanks @acao! - allow disabling query/SDL validation withgraphql-config
setting{ extensions: { languageService: { enableValidation: false } } }
.Currently, users receive duplicate validation messages when using our LSP alongside existing validation tools like
graphql-eslint
, and this allows them to disable the LSP feature in that case.