diff --git a/site/code/index.html.js b/site/code/index.html.js index 61e859912b..b0e2ea1ebf 100644 --- a/site/code/index.html.js +++ b/site/code/index.html.js @@ -478,6 +478,7 @@ Executor.execute(schema, query) map println ### Python - [GQL](https://github.com/graphql-python/gql): A GraphQL client in Python. + - [python-graphql-client](https://github.com/graphcool/python-graphql-client): Simple GraphQL client for Python 2.7+. - [sgqlc](https://github.com/profusion/sgqlc): A simple Python GraphQL client. Supports generating code generation for types defined in a GraphQL schema. ## Tools