view.py icon indicating copy to clipboard operation
view.py copied to clipboard

GraphQL

Open ZeroIntensity opened this issue 1 year ago • 1 comments

Feature description

GraphQL is quite complicated, and a View implementation of it is far off and not needed anytime soon. However, there are lots of libraries in Python for writing GraphQL already, which we can definitely support.

My personal favorite is Strawberry, but Ariadne and ugly Graphene seem to be popular choices as well.

Feature example API

N/A

Anything else?

No response

ZeroIntensity avatar Jan 02 '24 18:01 ZeroIntensity

This needs #30 for subscriptions.

ZeroIntensity avatar Feb 05 '24 13:02 ZeroIntensity