Contents

strawberry-graphql 0.296.1

0

A library for creating GraphQL APIs

A library for creating GraphQL APIs

Stars: 4606, Watchers: 4606, Forks: 612, Open Issues: 466

The strawberry-graphql/strawberry repo was created 7 years ago and the last code push was 12 hours ago.
The project is very popular with an impressive 4606 github stars!

How to Install strawberry-graphql

You can install strawberry-graphql using pip

pip install strawberry-graphql

or add it to a project with poetry

poetry add strawberry-graphql

Package Details

Author
Patrick Arminio
License
MIT
Homepage
None
PyPi:
https://pypi.org/project/strawberry-graphql/
Documentation:
https://strawberry.rocks/
GitHub Repo:
https://github.com/strawberry-graphql/strawberry

Classifiers

  • Software Development/Libraries
  • Software Development/Libraries/Python Modules
No  strawberry-graphql  pypi packages just yet.

Errors

A list of common strawberry-graphql errors.

Code Examples

Here are some strawberry-graphql code examples and snippets.

GitHub Issues

The strawberry-graphql package has 466 open issues on GitHub

  • [pre-commit.ci] pre-commit autoupdate
  • feat: Enable FieldExtension support for experimental pydantic types
  • fix: consider field annotations for generic detection
  • Bring something like strawberry-graphene into core
  • Mypy complains with "Upload" has no attribute "read" since 0.288.0
  • strawberry.asdict does not handle Some
  • DuplicatedTypeName exception raised for nested generics (still)
  • Add global schema option for graphql_name_from on enums
  • Add AGENTS.md
  • fix: support custom directive definitions in schema codegen (option 2, generating)
  • Mypy complains when returning Python dict in a JSON scalar field
  • fix: support custom directive definitions in schema codegen (option 1, ignoring)
  • feat: use TypedDict for Python query codegen
  • unit tests for Union type look-up during queries
  • feat: move from poetry to uv

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

muffin 1.4.2

Muffin is a fast, simple and asyncronous web-framework for Python 3 (asyncio, trio, curio)

janus 2.0.0

Mixed sync-async queue to interoperate between asyncio tasks and classic threads

Hypercorn 0.18.0

A ASGI Server based on Hyper libraries and inspired by Gunicorn

graphql-core 3.2.7

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