-
**Description**
Upgrading anything above [v6.6.0.162](https://docs.newrelic.com/docs/release-notes/agent-release-notes/python-release-notes/python-agent-6060162) will make our GraphQL endpoints slo…
-
### Deployment Type
Self-hosted
### NetBox Version
v4.1.3
### Python Version
3.10
### Steps to Reproduce
Using a GraphQL filter with AND, OR, NOT for a field that has custom implementation in t…
-
**Is your feature request related to a problem? Please describe.**
I'm facing a authentication issue when I use GraphQL playground. My server need a custom header to verify if the request is valid bu…
-
Hi everyone,
I would like to implement an easy permissions system. With original `graphene-django`, it was quite straightforward. It was sufficient to make a similar method for each field on an obj…
-
In addition to the REST API support, support for GraphQL would be good.
1. Define queries and mutations for the [GraphQL schema](https://docs.graphene-python.org/projects/django/en/latest/schema/) …
-
Graphene's update to v3 is stabilizing. For flask, it is already possible to operate with pre-release packages (`graphene` v.3.0b5, `graphql-server[flask]` v3.0.0b1), for `graphql-django` the upgrade…
-
Not sure whose issue this is, but just putting it out here. [Graphene](https://github.com/graphql-python/graphene-django) provides Python library for providing graphql interfaces.
Graphene-django …
-
> [!NOTE]
> This issue is a duplicate of #971 but includes a full description for searchability and links to history on the tracker itself.
## What is the Current Behavior?
Assume a fixed schem…
tony updated
3 months ago
-
I just ran into an issue with https://github.com/wagtail/wagtail/pull/9605
I have a field definition like
```
categories = graphene.List(SnippetTypes.get_object_type())
```
My graphql interfa…
dopry updated
2 months ago
-
ERROR: graphene-django-subscriptions 0.0.6 has requirement graphene-django==2.0.0, but you'll have graphene-django 2.5.0 which is incompatible.