Replies: 1 comment
-
I believe the schema file needs a .graphql or .gql extension, not .graphqls. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I would like to use Graphql inspector on Java, Graphql Project.
My schema file is at "src\main\resources\schema.graphqls", what path and schema value I shoul use in my configuration file.
I am using Github Action way to detect the schema changes and send notification to SLACK..
Below are my configurations.
.github\workflows\graphql-inspect.yml
`
.github\graphql-inspector.yml
I am getting the below error, If I am trying to Create the PR request...
Beta Was this translation helpful? Give feedback.
All reactions