Jayden Smith
Jayden Smith
It takes a few seconds to download my schema, the new version (3.2.0) throws a timeout error.
### Problem When lazy-loading using ES6 import syntax, if you use webpackChunkName liquid files no longer upload on change. ### Replication steps 1. Import a file using ES6 import and...
I'm not sure if you're open to a change going in this direction, but I have a need to filter results including elements from multiple locations. This change should be...
### Description When adding a map to a supertable field (row mode), the map breaks out of the container. 
In the example you can pass `order` into the Django type decorator, the result however has the order argument missing from the schema. Filter and pagination work fine. https://github.com/strawberry-graphql/strawberry-graphql-django/blob/674c7b914611e0cc798d0b9480a207220b2d3433/examples/django/app/types.py#L46-L52 Currently...
Requests can easily blow out to hundreds of queries making it very slow. I'm not sure what the "best way" would be to solve this but I needed to fix...
When specifying a mutation filter as per the docs, the filter does not appear in the generated schema: ```python @strawberry.type class Mutation: updateFruits: List[Fruit] = mutations.update(FruitPartialInput, filters=FruitFilter) deleteFruits: List[Fruit] =...
In my application, I have another middleware that sets the tenant based on a header if present. This change is necessary to prevent overriding the previous middleware.
**Description** When updating a node's title, you need to update it on every site even with "Propagate nodes across all enabled sites?" turned on.