strawberry-graphql 0.246.2
0
A library for creating GraphQL APIs
Contents
A library for creating GraphQL APIs
Stars: 3973, Watchers: 3973, Forks: 530, Open Issues: 478The strawberry-graphql/strawberry
repo was created 5 years ago and the last code push was 6 hours ago.
The project is very popular with an impressive 3973 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
- https://strawberry.rocks/
- 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
Related Packages
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 478 open issues on GitHub
- Upgrade to graphql-core 3.2
- Bump types-aiofiles from 0.8.1 to 0.8.3
- Update to graphql-core 3.2
- Enum types from Pydantic models are not registered in GraphQL schema
- Operation name for
subscription
is ignored - __typename in subscription results in
TypeError: Subscription field must return AsyncIterable. Received: None
- Add a complete example in schema basic documentation
- Fix compatibility with starlette 0.18.0
- Incompatible with latest version of Starlette (v0.18.0)
- Add more detail to the deployment page
- Remove parameter render_graphiql in Chalice GraphQLView.
- Deprecate Chalice's
render_graphiql
parameter by adding a warning from __future__ import annotations
incompatible withstrawberry.Private
- Ability to hide elements from federated schema but preserve in internal schema
- Support GET for fetching queries when GraphiQL is turned off (FastAPI)