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

### The docs about `subscriptions_enabled` are misleading. the docs says: > subscriptions_enabled: optional boolean parameter enabling subscriptions in the GraphiQL interface, defaults to False. I as a new user couldn't...

Hi there, I am building an app with Flaks framework and migrating to fastAPI seems not feasible at the moment. Would it be possible to add subscription feature to flask...

## Description Updated the GraphiQL page to use `[email protected]` (was previously using `[email protected]`). This is necessary because older versions of GraphiQL have a Cross-site Scripting vulnerability (see [snyk](https://snyk.io/test/npm/graphiql-with-extensions/0.14.3) and the...

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

I was writing documentation when I realised that enum values don't implement the description, and looking at the code I saw that it wouldn't be difficult to implement. I made...

## In a nutshell I found attribute error when accessing graphiql page. I use custom context class. This is the original issue [#96](https://github.com/s3rius/FastAPI-template/issues/96). ## Describe the Bug When accessing graphiql...

bug

This PR add the following features: - Full support for deriving nested pydantic models (including when using `List`, `Optional`, `Union` and `ForwardRef`) - Deriving [ormar](https://github.com/collerek/ormar) models with relationships (`ForeignKey`, `ManyToMany`,...

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

Currently, any exception that is raised in a resolver is catched and converted to a `GraphQLError`, which is returned in the errors part of the result (see `strawberry/schema/execute.py`). However, this...

discussion

## Feature Request Type Alteration (enhancement/optimization) of existing feature(s) ## Description Returning a `tuple` when the attribute is hinted as `list` [works](https://play.strawberry.rocks/?gist=0815d1a1f0c58a613bd356cbeb45c8a1). But hinting the return type _correctly as a...

Haven't seen this possibility implemented in Strawberry, nor have I found any existing issues. The idea of mutation namespaces is basically to make a possibility for this mutation: ```graphql mutation...

…ases ## Description Fixes a field's resolvers from raising a type error when using a subclassed generic return type hint by widening the check for generics in the `StrawberryField.type` property,...

discussion
bot:has-release-file
bot:release-type-patch