-
I am working with Graphene Django. I wanted to group my queries and mutations based on some criteria. It would be a plus If we could get subgrouping in Query and Mutation Groups.
-
Hi, I'm wondering if this library exposes any way to generate an `InputType` for a model in an ad-hoc way.
I was able to get this working by subclassing `DjangoCreateMutation` to create the InputTy…
-
There's no documentation on how to configure m2m relationships. DJango uses a special ManyToManyField type. Can anyone provide an example with Graphene-SQLAlchemy?
-
My team is using `graphene-django` for our backend and we're interested in using a tool like Apollo Studio. In particular, field-level performance monitoring and client aware metrics/traces are useful…
-
**Note: for support questions, please use stackoverflow**. This repository's issues are reserved for feature requests and bug reports.
* **What is the current behavior?**
The`wrap_resolve` functio…
-
* **What is the current behavior?**
Аfter #545 for `django.db.models.ArrayField` with `null=True` we getting not nullable GraphQL Type.
* **If the current behavior is a bug, please provide the s…
-
Нужно добавить парсер параметра verbose_name Field-ов из модели ORM Django в description Field DjangoObjectType-a.
Чтобы это выглядело примерно так:
```python
class User(AbstractUser):
"""Cu…
-
If BaseExcetion will occur during query execution everything hangs. I've tried different executors, but this doesn't help. I used `SystemExit` in example for brevity. My real situation was pytest-djan…
-
Might obviate: https://github.com/MI-DPLA/combine/issues/106.
Currently in `graphql` branch.
Scaffolding GraphQL endpoint for Combine that would provide structured data requests for disparate mo…
-
Hi,
I have a model property in the django framework that returns a list of dict
Is there any way to type it more easily than using a resolver?
Currently my code looks like this:
My django mode…