Andrew Powell
Andrew Powell
Hm. Interesting feature suggestion. It would essentially have to be a separate application. Desktop apps and Modern UI apps don't share the same "space." Have you taken a look at...
Wow that's a massive amount of memory for such a small app. I can't make any promises on a timeline, but I'll take a look at what would be involved...
Thanks for replying so quickly. I'm going the route of explicitly defining all rules (sans that one) in package.json. Added bonus of being declarative for folks wondering what it's validating,...
Weighing in here to throw my support behind support of separate files. If ESLint et al were to throw errors because the same variable was declared in separate files, the...
> to run graphql-schema-linter once and pass it multiple distinct GraphQL schemas Exactly. ESLint, for example, evaluates each file it encounters individually. In a monorepo, this is the only way...
I would love that solution.
I'd luuuuurv to use this but the lack of native support for federation directives is a game ender. Any chance this could get some traction?
Checking in after 6 months. @cjoudrey any plans to give this some love in the near future?
@mac2000 I'm honestly not sure what you're referencing. Having looked at the source for this package, and the source for `buildFederatedSchema`, it's clear that to support federation, adding the necessary...
Yeah my first stop was the README. The text here: https://github.com/cjoudrey/graphql-schema-linter#configuration-file, states that `ignore` is not an option that it accepts. So I gave it a shot anyways, and it...