Rafał Pitoń

Results 305 comments of Rafał Pitoń

Hey @eugeneyalansky. I am open to making Ariadne support websocket protocols through strategy pattern as described in first post. So you could implement it yourself and then pass it to...

I think we can assume here that if connection was made over the websocket, its going to be subcription. Ariadne's `subscribe` method will do the checking if thats indeed a...

@pigletto this is amazing work! My only suggestion is to make protocols provided to `asgi.GraphQL` through construction options so they are easy to customize by devs having non-standard use cases....

@eugeneyalansky can you share more on your usecase? What client are you planning to use that runs regular queries and mutations over websocket?

Oh, right, I've forgot about that one.

Hi! If this is change for Django app, [ariadne_django](https://github.com/reset-button/ariadne_django/issues) would also need to get a PR (due to #656). But option to pass logger instance as `logger` instead of `str`...

@fdemian this should be supported in Ariadne 0.16, thanks to @pigletto contributing support for multiple WS protocol handlers.

@NyanKiyoshi from what I know `pyproject.toml` replaces `setup.py` altogether, with PIP 19 reading the build tool from it and following from there with poetry. No idea yet when we will...

There's no work going on our side for getting this into Ariadne, but it would be great to support it, either in core or as 3rd party library. Marking this...