Welcome to GRAPHQL_QUERY documentation!

tag last-commit license

graphql_query is complete GraphQL query string builder for python (based on pydantic v2). With graphql_query you can

  • generate a GraphQL query string from a python class;

  • use and share similar Arguments, Variables and e.t.c between different queries;

  • easily add new fields to your query;

  • add Fragments and Directives to queries;

Documentation for version: 1.2.0

Source: https://github.com/denisart/graphql-query

Contents