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
It looks like check command should only validate queries with existing introspection (and it works exactly like this), but before that it also checks for schema availability, which may not be possible, for example, in ci/cd without internet access. I think this is unneccesary step, which may be skipped
Reproduction
No response
gql.tada version
gql.tada v1.8.10
Validations
I can confirm that this is a bug report, and not a feature request, RFC, question, or discussion, for which GitHub Discussions should be used
The check command is able to output any diagnostics that the GraphQLSP plugin outputs in your editor/IDE. As such, it needs the schema and operates on schema-based validation rules as well.
Describe the bug
It looks like
check
command should only validate queries with existing introspection (and it works exactly like this), but before that it also checks for schema availability, which may not be possible, for example, in ci/cd without internet access. I think this is unneccesary step, which may be skippedReproduction
No response
gql.tada version
gql.tada v1.8.10
Validations
The text was updated successfully, but these errors were encountered: