DEV Community

Discussion on: Getting started with GraphQL in Python

Collapse
 
tomekbuszewski profile image
Tomek Buszewski

Oh man, I remember implementing Graphene. I was preparing myself mentally for hours, and then sit, installed it, wrote like 10 lines and... it worked! That's the beauty of Graphene (and Django ecosystem in general, if you ask me) – it's straightforward and doesn't require any additional fuss.

The only thing I had problem with were mutations. I did manage to got them running (with Stack Overflow guys being the unsung hero here), but it wasn't that obvious and I still think I could do a better job :)