-
```[tasklist]
### Potential breaking API changes (to do before leaving beta, or decide not to do)
- [ ] https://github.com/apollographql/apollo-rs/issues/708
- [ ] https://github.com/apollographql/…
lrlna updated
2 weeks ago
-
## Overview
Missing the ability to add fields, metafieldNamespaces, filter in webhook registration
https://shopify.dev/docs/api/admin-graphql/2024-07/objects/WebhookSubscription
Shopify packa…
-
Right now you can accept arbitrary metadata using the `JSON` scalar, which is great. But sometimes the json has a specific structure, for example: `JSON[dict[str, int]]` and it would be great if y…
-
The fact that an input is a oneOf type is not properly exported to the graphql-core library that strawberry sometimes uses internally. This is probably partly because that library does not really repr…
-
```
class UnauthorizedException(Exception):
pass
class FeaturesRequired(BasePermission):
message = "Keine Rechte"
error_class = UnauthorizedException
error_extensions = {"code"…
-
Server side ping messages are necessary to keep the websocket connection open on all types of platforms.
The particular platform I'm working with is react-native on Android
## Describe the…
-
## Describe the Bug/Feature
How to exclude a field from a type?
```py
@strawberry.type(name="File")
class FileType(DjangoFileType):
path: strawberry.Private[str]
```
**Current**: The …
-
Your competitor (graphene) supports relay based on django-filter, in the other hand you implement your own filter that has bugs and is not as good, existing projects use django-filter and if you suppo…
-
# Overview
The proposal was discussed with the `fuel-indexer` team and accepted. You can find the proposal's description at the end of this description. The beginning of its description tracks the pr…
-
## Describe the Bug
Generics that have been decorated with `@strawberry.interface` are unable to define fields with generic return types. However, the same field seems to work fine if the generic i…