mirumee / ariadne-website

The code that powers Ariadne website
https://ariadnegraphql.org
BSD 3-Clause "New" or "Revised" License
23 stars 37 forks source link

Document in ASGI application how to use Python inheritance to customize JSON serialization #168

Closed rafalp closed 5 months ago

rafalp commented 5 months ago

The ASGI docs should include a Customizing JSON serialization section that shows how to create a HTTP handler with customized JSON response creation.