dbateman

Results 6 comments of dbateman
trafficstars

It's not the entire problem, but I think the root cause is an anonymous gql query in one of the tests. In `package.json` try changing the scripts entry for codegen...

Is anyone working on a typescript conversion at the moment? I might tackle it but don't want to double up. We're using `@apollo/server v4` in some new services and this...

It seems to work fine with `[email protected]` but of course npm isn't happy about it. Can we get a bump to include the latest graphql as a peer please?

What are you using as an alternative, if you are still using GraphQL and Keycloak together?

If anyone is tired of using --force or --legacy-peer-deps, I've forked this repo and published a refactored version that works with `graphql ^16.0.0` and `graphql-tools ^9.0.0`. It also has a...