denisart/graphql-query
Complete Domain Specific Language (DSL) for GraphQL query in Python.
This project helps Python developers construct GraphQL query strings. You provide Python classes and objects that represent your desired data structure and queries, and it outputs a correctly formatted GraphQL query string. It's for developers building applications that need to interact with GraphQL APIs.
No commits in the last 6 months. Available on PyPI.
Use this if you are a Python developer and want to programmatically build complex GraphQL queries with reusable components, rather than writing raw strings.
Not ideal if you are not a Python developer or if your GraphQL queries are very simple and static.
Stars
68
Forks
7
Language
Python
License
MIT
Category
Last pushed
Nov 26, 2024
Commits (30d)
0
Dependencies
2
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/denisart/graphql-query"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
mk3008/rawsql-ts
SQL-first lifecycle toolkit for testing, inspecting, and evolving database applications.
helios1138/graphql-typed-client
A tool that generates a strongly typed client library for any GraphQL endpoint. The client...
Shopify/syrup
A type-safe GraphQL model generator for Kotlin, Swift, and TypeScript.
swapnilmj/web-vqd
Design SQL "select" queries visually. SQL "joins" by drag-n-drop.
tomyitav/create-graphql-app
Cli tool for bootstrapping serverless GraphQL api