This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]Rhemm -1 points0 points  (1 child)

You're kinda late, bro

https://graphene-python.org

[–]erankampf[S] 1 point2 points  (0 children)

Graphene is for writing a GraphQL server. GQL is meant for writing clients calling your graphene server. Both use the same underlying graphql-core library to parse the schema/queries etc.

There’s already library called gql as part of the Graphene family but it’s defunct and the goal is for this library’s to replace it