graphql-python / gql-next

A Python GraphQL Client library providing ability to validate and make type-safe GraphQL calls
76 stars 7 forks source link

Is this client production ready for use? #22

Open aonamrata opened 5 years ago

aonamrata commented 5 years ago

Hi,

I was looking for python client to call our apollo graphql server. Is this client production ready for use or should we still use gql? What are major differences?

joej164 commented 4 years ago

I was wondering the same thing. Should I use gql or gql-next. Some info on the difference between the 2 repos would be helpful. Thanks for writing this library.