Python Forum
Mapper between python and GraphQL - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Code sharing (https://python-forum.io/forum-5.html)
+--- Thread: Mapper between python and GraphQL (/thread-38842.html)



Mapper between python and GraphQL - dapalex - Dec-01-2022

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.