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
Right now it's possible to validate schema changes with Github actions by defining it in .github/graphql-inspector.yml and graphql-inspector automatically annotates the code (which is insanely cool). However, other commands, such as graphql-inspector validate for the are only supported in the CLI and not in the GH actions cli. It would be awesome if the validate command would be support there to allow seamless validation with graphql queries in frontend projects.
The text was updated successfully, but these errors were encountered:
It seems the git: syntax does not yet support globbing while the normal syntax "**/*.graphql" does, I get the following errr: Syntax Error: Unexpected <EOF>.
Also I think there's missing something so I left a review: #366 (comment)
Right now it's possible to validate schema changes with Github actions by defining it in .github/graphql-inspector.yml and graphql-inspector automatically annotates the code (which is insanely cool). However, other commands, such as
graphql-inspector validate
for the are only supported in the CLI and not in the GH actions cli. It would be awesome if thevalidate
command would be support there to allow seamless validation with graphql queries in frontend projects.The text was updated successfully, but these errors were encountered: