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

## Feature Request Type - [ ] Core functionality - [x] Alteration (enhancement/optimization) of existing feature(s) - [ ] New behavior ## Description I'm trying to construct a JWT token...

## Describe the Bug When using opentelemetry strawberry extension, one span per returned sub-object seems to be created. It slows down considerably strawberry. Only a span for the top level...

enhancement

We are still missing the equivalent of the check in coerce value Mostly based on https://github.com/graphql/graphql-js/pull/3513/files Closes #2421 #2560 TODO: - [x] Check print of schema directive - [x] Test...

bot:has-release-file
bot:release-type-minor

## Description ## Types of Changes - [ ] Core - [ ] Bugfix - [x] New feature - [ ] Enhancement/optimization - [ ] Documentation ## Issues Fixed or...

Bumps [dnspython](https://github.com/rthalley/dnspython) from 2.5.0 to 2.6.1. Release notes Sourced from dnspython's releases. dnspython 2.6.1 See What's New for details. This is a bug fix release for 2.6.0 where the "TuDoor"...

dependencies

This snippet is broken, because we don't check nested type var, we have done something similar here: https://github.com/strawberry-graphql/strawberry/pull/3463 ```python import strawberry @strawberry.type class Wrapper[T]: value: T @strawberry.type class BlockRow[T]: item:...

Pretty much what's written here: https://github.com/strawberry-graphql/strawberry/pull/3463/files#diff-9db4ecb0b6a9104731da4af6d847961cbc88e4085f4f23f4fcfceb1b22e2fd35R456-R464 ## Upvote & Fund - We're using [Polar.sh](https://polar.sh/strawberry-graphql) so you can upvote and help fund this issue. - We receive the funding once the...

## Description The GQL spec specifies a field called extensions as part of the [request parameters spec](https://github.com/graphql/graphql-over-http/blob/main/spec/GraphQLOverHTTP.md#request-parameters) in the HTTP protocol. We are missing support for this Adding the field...

## Description Add tests for python code in documentation. Adds a new dev dependency: `pytest-examples` and with that package is a single parameterized pytest in `tests/docs/test_docs.py` which will automatically search...

bot:has-release-file
bot:release-type-minor

## Description ## Types of Changes - [ ] Core - [ ] Bugfix - [ ] New feature - [ ] Enhancement/optimization - [ ] Documentation ## Issues Fixed...