Skip to content

Commit

Permalink
fix(zli): _schema query in zli code should not use empty parens
Browse files Browse the repository at this point in the history
See vektah/gqlparser#292 and vektah/gqlparser#293

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
  • Loading branch information
andaaron committed Jun 4, 2024
1 parent 0c4c9c6 commit 33e8be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/client/discover.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func CheckExtEndPointQuery(config SearchConfig, requiredQueries ...GQLQuery) err

schemaQuery := `
{
__schema() {
__schema {
queryType {
fields {
name
Expand Down

0 comments on commit 33e8be8

Please sign in to comment.