gql-next icon indicating copy to clipboard operation
gql-next copied to clipboard

A Python GraphQL Client library providing ability to validate and make type-safe GraphQL calls

Results 13 gql-next issues
Sort by recently updated
recently updated
newest added

Graphene translates snake-cased python keys to camel-case gql names. gql should do the reverse translation.

enhancement