-
## Feature Request Type
- Core functionality
## Description
Using Jayden Windle's graphene-subscriptions, it's straightforward to hook model Create, Update, Delete (CUD) operations to a sub…
-
Is there a valid reason why the GraphQLView input is validated to either only ever accept batched requests or never accept batched requests. Is it not reasonable to accept both?
https://github.com/…
McPo updated
7 months ago
-
When I write a custom resolver for a strawberry_django type, I need to specify the graphql type as the resolver's return type. However, since my resolvers needs to actually return an instance of the …
-
It seems that using [https://github.com/flavors/django-graphql-geojson](https://github.com/flavors/django-graphql-geojson) raises error here:
```
Exception: Don't know how to convert the Django fi…
-
# Prerequisites
* [ ] Is it a bug?
* [ ] Is it a new feature?
* [X] Is it a a question?
* [X] Can you reproduce the problem?
* [X] Are you running the latest version?
* [X] Did you check for s…
-
### Proposed Changes
We're packaging graphiql 1.5.16 at present but graphiql is up to at least version 3.0.9 now.
### Justification
Bug fixes, native dark-mode support (added in 2.0.0), e…
-
## Describe the Bug
Hi i have a mutation like this:
```python
@strawberry.type
class UserMutation:
@strawberry_django.mutation()
def login(self, info: Info, data: UserLoginIn…
-
It would be very useful to add an `offset` argument to relay connection. It's a feature that is implemented in graphene. See https://github.com/graphql-python/graphene-django/blob/v3.1.5/graphene_dj…
-
Hey,
is there any possibility to add some support for the Django form validation by also returning the field parameters via GraphQL? What I was thinking of is something like this which takes whatever…
-
When generating a schema from a model that has as a field of type `IntegerChoices` https://docs.djangoproject.com/en/3.0/ref/models/fields/#choices), the choices are not displayed in the schema
* *…
licx updated
7 months ago