strawberry icon indicating copy to clipboard operation
strawberry copied to clipboard

A GraphQL library for Python that leverages type annotations 🍓

Results 331 strawberry issues
Sort by recently updated
recently updated
newest added

`SomeType.from_pydantic(...)` does not call resolvers of underlying types. Or probably I'm doing something wrong. 😄 ## Describe the Bug It's better explained as a test: ```python def test_from_pydantic_calls_underlying_resolvers(): class UserName(BaseModel):...

bug

Python 3.9's builtin collections type hints do not work in pydantic types. Tested with list. ## Describe the Bug Here's the test to reproduce. Just changed line 219 in `tests/experimental/pydantic/test_basic.py`...

bug

Hey guys, I saw that `relay` support is something planned here and I have created a relay implementation that I would like to know if you would be interested as...

Bumps [flask](https://github.com/pallets/flask) from 2.1.3 to 2.2.2. Release notes Sourced from flask's releases. 2.2.2 This is a fix release for the 2.2.0 feature release. Changes: https://flask.palletsprojects.com/en/2.2.x/changes/#version-2-2-1 Milestone: https://github.com/pallets/flask/milestone/25?closed=1 2.2.1 This is...

dependencies

updates: - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](https://github.com/PyCQA/flake8/compare/4.0.1...5.0.4)

I've opened a discussion on this, but I think it might be worth making an issue related to authentication. I'd say we can split this work into multiple chunks, but...

enhancement
help wanted
discussion

## Description This is a draft PR implementing #1408 - so far it has pretty good coverage of the websocket side of things, but I need to finish: - the...

ok-to-preview
bot:has-release-file
bot:release-type-minor

Unlike for http operations, the get_context() handler is set up as a FastAPI _dependency_ for the websocket endpoint on `GraphQLRouter` and resolved when the websocket connection is initialized. So, even...

Hey there, folks, loving the library so far! We use a typed object as dependency context with FastAPI which is inheriting `BaseContext` as per the docs. One small thing that...

bug

We only have documentation for schema directives, we should document query directives, here's an example of how they work: https://github.com/strawberry-graphql/strawberry/blob/main/tests/schema/test_directives.py

good first issue
docs