Christian Joudrey
Christian Joudrey
Hello @ludovic-pourrat, There are some instructions on how to do this in the `README`: https://github.com/cjoudrey/graphql-schema-linter#customizing-rules You can also look at this library's rule set to better understand the syntax. Let...
> Hi, > > Is there a way to be able to test our custom rules? Hi @isha-talegaonkar, I would recommend digging into the library's test suite you'll be able...
Hi @isha-talegaonkar, I think that feature might be missing. Good catch! I don't have time at the moment to address this issue, but I think the fix should be relatively...
Hey @shellscape! Thanks for opening this issue. That's odd. 🤔 It might have to do with how the `PageInfo` rule reports its error and that error's location possibly being less...
Awesome! ☺️ > but I wanted to make the project aware of the issue. Thanks I really appreciate the help. ☺️🎉
Sorry for the late reply. If I were to guess, I think it's because the schema you pasted doesn't define `Mutation` or `Query`, but rather only extends them. I was...
Thanks for opening this issue @liamdasilva! That's odd. Do you mind copy/pasting a snippet of your schema so that I can try reproducing this locally?
Hi @henriklundgren! Thanks for opening the issue. `graphql-schema-linter` should provide clearer errors for this case. Are `file1.gql` and `file2.gql` two separate schemas or are you trying to extend the schema?...
@henriklundgren thanks for clarifying. This is the first time I see this package (and this use case.) I realize this isn't ideal, but one solution could be to write a...
👋 @shellscape thanks for the feedback. Just for clarity, are you saying you'd like to run `graphql-schema-linter` _once_ and pass it multiple distinct GraphQL schemas or are you saying that...