Skip to content

Commit e27d747

Browse files
pyojoSashko Stubailo
authored and
Sashko Stubailo
committed
Update index.html.js (graphql#402)
Added GQL. A GraphQL client in Python.
1 parent 97397d0 commit e27d747

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

site/code/index.html.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ Executor.execute(schema, query) map println
395395
- [Java / Android](#java-android)
396396
- [JavaScript](#javascript-1)
397397
- [Swift / Objective-C iOS](#swift-objective-c-ios)
398+
- [Python](#python-1)
398399
399400
### C# / .NET
400401
@@ -421,6 +422,10 @@ Executor.execute(schema, query) map println
421422
- [Apollo iOS](https://www.apollographql.com/docs/ios/) ([github](https://github.com/apollographql/apollo-ios)): A GraphQL client for iOS that returns results as query-specific Swift types, and integrates with Xcode to show your Swift source and GraphQL side by side, with inline validation errors.
422423
- [GraphQL iOS](https://github.com/funcompany/graphql-ios): An Objective-C GraphQL client for iOS.
423424
425+
### Python
426+
427+
- [GQL](https://github.com/graphql-python/gql): A GraphQL client in Python.
428+
424429
## Tools
425430
426431
- [graphiql](https://github.com/graphql/graphiql) ([npm](https://www.npmjs.com/package/graphiql)): An interactive in-browser GraphQL IDE.

0 commit comments

Comments
 (0)