Strawberry GraphQL

@strawberry-graphql

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 āœØ)

CleanShot 2024-04-18 at 10.54.51.gif

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