Contents

graphql-core 3.2.7

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: 531, Watchers: 531, Forks: 144, Open Issues: 32

The graphql-python/graphql-core repo was created 7 years ago and the last code push was 1 months ago.
The project is popular with 531 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 32 open issues on GitHub

  • AsyncIterable object being forced into complete_async_iterator_value even when not in an async context
  • Split benchmarks into warm and cold benchmarks
  • State of defer in 3.3.0a3 and compatibility with latest spec
  • Exclude unset fields
  • Proposal: replace asyncio with anyio
  • [WIP] Proposal: replace asyncio with anyio
  • [WIP] Add lazy execution prototype

See more issues on GitHub

Related Packages & Articles

ariadne 0.28.0

Ariadne is a Python library for implementing GraphQL servers.

fastapi 0.129.0

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