Python Forum

Full Version: Mapper between python and GraphQL
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I developed a library that acts as a mapper between python and GraphQL languages for GraphQL clients allowing a code-first approach when fetching data against a GraphQL server.

Here the link to the repo:

https://github.com/dapalex/py-graphql-mapper

Let me know what you think about it, any feedback is welcome.