-
* **What is the current behavior?**
when tunning server and visiting the site, I get the error :
Could not import 'framework.schema.schema' for Graphene setting 'SCHEMA'. ModuleNotFoundError: No…
hazho updated
5 months ago
-
## Example type:
```
@strawberry_django.input(Fruit)
class FruitInputPartial(PermissionMixin):
id: auto
location: auto
```
## Example mutation
```
mutation PatchFrui…
-
## Describe the Bug
I'm trying to set up a simple paginated model that can filter based on the `created_at` field for a model like:
```py
class Message(models.Model):
id = models.UUIDField(p…
-
The strawberry django optimiser is not working as expected when we provide hints (like custom prefetch) for a field in a type.
It results in n+1 queries when we do that
## Describe the Bug
Supp…
-
## Feature Request Type
- Documentation
## Description
I was figuring out how to export my schema, since the new version of graphiql doesn't seem to allow you. It was a bit of a struggle. Wit…
-
Hi,
It looks like Query Optimizer is over fetching rows when working with Relay connections. I works fine with List but not with Connections.
So when I build schema using List, query below gets …
-
I am having issues referencing the ID for an existing foreign key while bypassing the required inputs fields for the foreign key.
Lets say I have a model
```
class Address(models.Model):
…
ccsv updated
4 months ago
-
## Describe the Bug
When inheriting from a strawberry_django.type the relay-connections defined on the base-type are not respected by the query-optimizer anymore when querying the relay-c…
-
Type: Bug
open file tsx
The JS/TS language service immediately crashed 5 times. The service will not be restarted. This may be caused by a plugin contributed by one of these extensions: styled-…
-
## Describe the Bug
The user from Django's `request.user` is set to a `LazyObject` in the [AuthenticationMiddleware](https://github.com/django/django/blob/main/django/contrib/auth/middleware.py#L33…