Introducing the new Strawberry Playground
strawberry-graphql
Hi there š
I wanted to drop a quick message to share with you our new playground: Strawberry Playground
The playground is written using React and Pyodide, and it uses FastAPI to handle the complete HTTP request/response cycle! (Yup! All running in the browser āØ)
Using FastAPI allows us to create examples that demonstrate how to change the status code (like this one) and how to add headers (like this one).
It also displays the errors field if something goes wrong (as in this example), which has been a longstanding issue for a while š
I have some ideas on improving the Playground, but if you have anything in mind, just let me know. I would also love to make a generic version of it so it can be reused by other Python libraries (interested? Let me know!)
I also want to take this opportunity to thank our sponsors š
š Thanks for reading, and if you're curious, go try it here: Strawberry Playground