A small utility library for common tasks when interacting with GraphQL APIs, such as converting between CamelCase and snake_case field names. Version 0.4 is the latest. Release cadence is low.
pip install graphql-utilsVerified import paths — ran on the pinned version, not inferred.
Create a CamelCase converter and transform dict keys.
Use 'from graphql_utils import CamelCase' instead of 'from graphql.utils import CamelCase'.
Use CamelCase().snake_case_to_camel() to convert snake_case to camelCase; for reverse, use CamelCase().camel_to_snake_case().
Check the GitHub repo for updates or consider alternatives if you need active maintenance.
No dependency data recorded yet.