Bernhard Häussner
Bernhard Häussner
@negativetwelve I wonder what this is about. When you mix in own `beforeEach` blocks and use values previously defined with `set` in them? Because this seems to work just fine:...
Hey @negativetwelve, wow thank you for your fast answer! It also fails for me but slightly different. It outputs ``` 1 1 5 1 ``` And: ``` Expected value to...
I think Apollo needs the queries at runtime at some place, for caching etc. But what I also thought of is using persisted queries and only sending the ID of...
I think that's the wrong repository, maybe you can open the issue here: https://github.com/juliuste/direkt.bahn.guru/issues (or maybe it's a problem in the backend even? https://github.com/juliuste/api.direkt.bahn.guru/issues) I found also some smaller stations...
I created a PR to fix it here: https://github.com/davedoesdev/frame-stream/pull/24
Seems like this can indeed be solved by setting `includeDeprecated: true` on the introspection query. When using the `getIntrospectionQuery` utility function from the NPM package [graphql](https://www.npmjs.com/package/graphql) you can call it...
It seems the a recent version (>5) of graphql-config does not have this dependency chain anymore, and it was already updated in https://github.com/dimaMachina/graphql-eslint/commit/296f700de147f2e5d218cfbf03921a7f41944764 so a fresh release of `@graphql-eslint/eslint-plugin` would...