Closed giacomorebonato closed 2 years ago
Any updates?
Hello, we need this in production please, @maticzav @giacomorebonato 😢. Thanks!
Still no updates?
I fixed conflicts, but I don't have time to test it at the moment.
I would love this to be released - I'd be happy to help with testing if there's any way I can be useful
Conflicts fixed again.
Hey everyone, Any news when the graphql-middleware will move to graphql 16x
@maticzav Can I help in testing this feature ? As this PR is blocking me and (seems other people too).
We are also blocked by this. :( @maticzav Let me know if I can help with testing.
Any updates?
Anybody?
We ended up removing graphql-middleware
and replaced it with resolver composition from graphql-tools
:
https://www.graphql-tools.com/docs/resolvers-composition
Works well and seems to be maintained.
Very nice, thank you @sandromartis
Closing this. I believe @sandromartis found the best solution.
@giacomorebonato does that mean this project is officially no longer maintained?
do you have an example how to port from graphql-middleware to https://www.graphql-tools.com/docs/resolvers-composition because it's not immediately obvious to me
Hi @claytongentry , I am afraid so. The PR that I had open was my first attempt to contribute to it, but it was never merged.
Upgrade to GraphQL 16 was failing because referencing the property
isDeprecated
which doesn't exist anymore on GraphQLField.