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 - [X] Core functionality - [X] Alteration (enhancement/optimization) of existing feature(s) - [X] New behavior ### Errors being thrown ``` Non-shareable field "PageInfo.endCursor" is resolved from...

I've been using strawberry at work for a few months now and can't get these silly things out of my mind. - Why is it called strawberry? - Who made...

## Feature Request Type - [x] Core functionality - [ ] Alteration (enhancement/optimization) of existing feature(s) - [ ] New behavior ## Description It would be nice to have builtin...

Support dependency injection in resolvers ## Feature Request Type - [ ] Core functionality - [x] Alteration (enhancement/optimization) of existing feature(s) - [ ] New behavior ## Description In my...

When declaring an optional argument with a scalar type, its default value is passed as a string in the resulting schema. This makes Strawberry-declared schemas incompatible with externally connected GraphQL...

bug

## Describe the Bug When parsing the info object, the directives are in form of a dictionary and not parsed as strawberry input object This is based on a discussion...

bug

When logging errors, I am not aware of a method to add the IP address and similar info to the logged data. Specifically, I'm looking to set the base properties...

If you make request with wrong Accept header, instead of MissingQueryError you will get AssertionError error from Datadog extension. ## Describe the Bug Call without Datadog extension ``` curl -H...

bug

Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...

dependencies

Let's say I want to keep auto-camelcasing enabled for my whole service _except_ for a couple of fields e.g. maybe i have a translations service and want to write schema/query...