Contents

graphql-core 3.2.4

0

GraphQL implementation for Python, a port of GraphQL.js, the JavaScript reference implementation for

GraphQL implementation for Python, a port of GraphQL.js, the JavaScript reference implementation for GraphQL.

Stars: 507, Watchers: 507, Forks: 134, Open Issues: 34

The graphql-python/graphql-core repo was created 6 years ago and the last code push was 2 weeks ago.
The project is popular with 507 github stars!

How to Install graphql-core

You can install graphql-core using pip

pip install graphql-core

or add it to a project with poetry

poetry add graphql-core

Package Details

Author
Christoph Zwerschke
License
MIT license
Homepage
https://github.com/graphql-python/graphql-core
PyPi:
https://pypi.org/project/graphql-core/
GitHub Repo:
https://github.com/graphql-python/graphql-core

Classifiers

  • Software Development/Libraries
No  graphql-core  pypi packages just yet.

Errors

A list of common graphql-core errors.

Code Examples

Here are some graphql-core code examples and snippets.

GitHub Issues

The graphql-core package has 34 open issues on GitHub

  • [WIP] Add lazy execution prototype
  • Improve performance of async execution
  • When enum is used as argument, its default value is not validated against enum definition
  • Slow introspection query execution for large schemas
  • Dataloader in multi-threaded environments
  • Allow passing rules directly into the graphql function

See more issues on GitHub

Related Packages & Articles

ariadne 0.23.0

Ariadne is a Python library for implementing GraphQL servers.

fastapi 0.115.0

FastAPI framework, high performance, easy to learn, fast to code, ready for production