Jayden Smith

Results 19 issues of 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...

bug
v1.x
!

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. ![Screen Shot 2020-06-17 at 9 26 49 am](https://user-images.githubusercontent.com/16344913/84838044-c671c700-b07c-11ea-8639-9a82ac68805c.png)

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...

bug

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...

help wanted

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] =...

documentation
enhancement
help wanted
good first issue

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.