graphql-python / flask-graphql

Adds GraphQL support to your Flask application.
MIT License
1.32k stars 140 forks source link

Why graphql does not return JSON? #63

Open alirezastack opened 5 years ago

alirezastack commented 5 years ago

Detailed explanation of the problem is written here:

https://stackoverflow.com/questions/57557517/how-to-get-json-response-in-flask-graphql-response

graphql returns JSON as a string. Is it possible to return JSON object instead of a string?