prisma-labs / python-graphql-client

Simple GraphQL client for Python 2.7+
MIT License
155 stars 46 forks source link

Added self parsing reponse handling. #18

Open ategt opened 5 years ago

ategt commented 5 years ago

I also found that I was always parsing the response for json so I just made that a built in option. I realize that this is a breaking change for most people, so I am submitting it as a seperate PR.

Hope that you do not find this annoying, I am only trying to make the software world a better place.