Rafał Pitoń

Results 305 comments of Rafał Pitoń

Note to self: check if this is still the case for GraphQL servers in 202X

> Note to self: check if this is still the case for GraphQL servers in 202X I've did a search for this feature's popularity in the wild and it seems...

I've decided to re-do middlewares starting with Ariadne 0.17. `middlewares` option will now be: - `None` - List of middlewares - A function returning `None` or list of middlewares If...

There's work happening on adding `@defer` to the `graphql-core` itself.

Actually, I've found a way to implement extensions that is much faster that what we currently have, and I would like to implement it in future release of Ariadne, but...

Faster extensions landed in Ariadne 0.20, but as [I've mentioned on Ariadne's blog](https://ariadnegraphql.org/blog/2023/07/10/graphql-gathering#performance-metrics), there's still utility in having an option to remove fields from tracing extensions for removing the especially...

We could add a check in Ariadne's ASGI server for `request_started` and `request_finished` to see if their result `isawaitable` and await them if thats the case. That way both sync...

@dacevedo12 I don't know how they don't have issues with it if its same query executor underneath 🤔 Maybe the skip resolver logic at Ariadne is bogged? I'll be more...

@dacevedo12 any luck with a demo? I'm currently releasing Ariadne 0.18 where default middleware manager can be swapped for custom one. But I don't know yet if there's much space...

I would like to give my thanks for @Cito for looking at the performance issue affecting Ariadne's OpenTracing extension. This gave me an idea how this debacle can be improved....