You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getAutocompleteSuggestions was not updated to handle the parser fix for non-null list types, so variable completion was not working at all. we need to handle non-null list types, otherwise completion was not working. this would have impacted graphiql, codemirror-graphql, monaco-graphql, as well as the language server.
addressed in #1616 for the next minor version for graphql-config@3 without watchman, however I'd like to patch the fix in a quick PR for for folks still using watchman and graphql-config@2
The text was updated successfully, but these errors were encountered:
impacts graphiql, codemirror-graphql, monaco-graphql, and the lsp server. non null list types as variables had a parser bugfix, and we overlooked how that impacted code completion for variable definitions
impacts graphiql, codemirror-graphql, monaco-graphql, and the lsp server. non null list types as variables had a parser bugfix, and we overlooked how that impacted code completion for variable definitions
getAutocompleteSuggestions
was not updated to handle the parser fix for non-null list types, so variable completion was not working at all. we need to handle non-null list types, otherwise completion was not working. this would have impactedgraphiql
,codemirror-graphql
,monaco-graphql
, as well as the language server.related to #1565 which was fixed for validation
addressed in #1616 for the next minor version for
graphql-config@3
without watchman, however I'd like to patch the fix in a quick PR for for folks still using watchman andgraphql-config@2
The text was updated successfully, but these errors were encountered: