#
graphql-query

GraphQL is a data query language developed by Facebook. It provides an alternative to REST and ad-hoc webservice architectures. It allows clients to define the structure of the data required, and exactly the same structure of the data is returned from the server. It is a strongly typed runtime which allows clients to dictate what data is needed.
Here are 6 public repositories matching this topic...
Complete Domain Specific Language (DSL) for GraphQL query in Python.
python graphql graphql-query dsl query-builder code-generation codegen query-generator pydantic graphql-query-builder query-generation
-
Updated
Nov 26, 2024 - Python
A GraphQL to Cypher query execution layer for Neo4j and Python GraphQL implementations.
python graphql graphql-query neo4j graph neo4j-database neo4j-driver python3 graphql-server python-3 neo4j-server graphql-api graphql-server-framework python3-library python-graphql-server graphql-resolver graphql-python graphql-query-builder
-
Updated
Jan 3, 2022 - Python
Generate GraphQL Schemas from your SQLAlchemy models
-
Updated
Apr 28, 2025 - Python
Python package that converts GraphQL query into dictionary.
-
Updated
Dec 6, 2023 - Python
A simple and pythonic way to query GraphQL endpoints without having to do any string manipulation.
python graphql-client graphql graphql-query python3 graphql-query-builder graphql-queries graphql-query-generator
-
Updated
Feb 8, 2025 - Python