Is there python way to interact with graphql in an Apollo client way? #3624
-
In typescript, I use apolloclient to interact with parsed graphql schema and then make calls via it in a very simple way, like on the picture bellow. Does python have similar tools? https://www.apollographql.com/docs/react/development-testing/static-typing/ |
Beta Was this translation helpful? Give feedback.
Answered by
DoctorJohn
Sep 13, 2024
Replies: 1 comment
-
Yes, there are various Python GraphQL clients available. Some of them also support generating type-safe client code. I would recommend going through the following page to find a package you like. https://graphql.org/community/tools-and-libraries/?tags=python_client |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
erikwrede
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, there are various Python GraphQL clients available. Some of them also support generating type-safe client code. I would recommend going through the following page to find a package you like.
https://graphql.org/community/tools-and-libraries/?tags=python_client