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

Is there a way to implement subscriptions as SSE instead of WebSockets or do you plan to add some support in the near future? ## Upvote & Fund - We're...

feature-request

This PR changes value of `default` and `default_factory` to `dataclasses.MISSING` so `strawberry.UNSET` could be used to create optional fields in input types. ## Types of Changes - [ ] Core...

Currently, we only have a guide for Apollo Federation, we should list all the directives and document how they can be used and also document how to use them without...

I have same issue as in [#2756](https://github.com/strawberry-graphql/strawberry/issues/2756). Can't make work simple subscription example from strawberry docs. ![image](https://github.com/strawberry-graphql/strawberry/assets/26465110/b56d9115-6d08-4e53-bd6c-f3203dc623d9) ## System Information - Operating system: Ubuntu 18.04.6 LTS - Strawberry version (if...

bug

Bumps the all-dependencies group with 2 updates: [markupsafe](https://github.com/pallets/markupsafe) and [pytest-codspeed](https://github.com/CodSpeedHQ/pytest-codspeed). Updates `markupsafe` from 2.1.3 to 2.1.4 Release notes Sourced from markupsafe's releases. 2.1.4 This is a fix release for the...

dependencies

Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.2 to 42.0.4. Changelog Sourced from cryptography's changelog. 42.0.4 - 2024-02-20 * Fixed a null-pointer-dereference and segfault that could occur when creating a PKCS#12 bundle. Credit to...

dependencies

Extends query documentation, adding examples with using decorator, arguments and `strawberry.argument` ## Description ## Types of Changes - [ ] Core - [ ] Bugfix - [ ] New feature...

- [V ] Alteration (enhancement/optimization) of existing feature(s) ## Description I am developing a product with strawberry_graphql and strawberry_graphql_django. While developing, I need a pagination function, so I am using...

## Description The namespace resolver does not check for lists, meaning a type definition of `List[Annotated[MyType, strawberry.lazy("my.module")]]` throws `strawberry.exceptions.unresolved_field_type.UnresolvedFieldTypeError` ## Types of Changes - [ ] Core - [x] Bugfix...

bot:has-release-file

Add an example of setting a scalar override in order to get the correct type annotation of the runtime type of the Upload scalar to the documentation, something which took...