Patrick Arminio
Patrick Arminio
> Is it not possible to use a preview version? It seems like it will be a while before there is a release or beta. I think the release should...
GraphiQL 2 has been released! I'll see if I can update this PR this week :) I need to figure out how to get the explorer working via the CDN...
I think we'll be able to update when this PR is released 😊 https://github.com/graphql/graphiql/pull/2699
seems there's a couple of small issues, as soon as they are fixed I'll merge this PR 😊
also I need to reintroduce support for websockets 😊
/pre-release
@jaydenwindle yes, that's a very good point, I don't like that too, not sure what our best options are. The reason why I was using `typing.AsyncGenerator` is because MyPy was...
I think an alias would be nice to have, at least until we get optional type params :D
Currently prettier python relies on python so this won't really work in the browser :) I think it might still make sense to have prettier python for two reason: 1....
hi @LeaveMyYard this might work in Strawberry, but I have never tried :) usually nested mutations are discouraged due to how the execution is handled, from the spec: https://spec.graphql.org/June2018/#sec-Mutation >...