-
Type: Performance Issue
1. Upgrade VS Code to v1.90
2. Open a terminal. It takes about 3 seconds to get a prompt.
3. Type in a command (e.g., "ls")
4. The output shows immediately, and the Co…
-
## Feature Request Type
- [x] Alteration (enhancement/optimization) of existing feature(s)
## Description
Filters currently require the Django relationship to be present in the name of the fi…
-
## Feature Request Type
- [ ] Core functionality
- [X] Alteration (enhancement/optimization) of existing feature(s)
- [ ] New behavior
## Description
When a filter includes anothe…
-
Different data types should have pre-set filters parameters by default instead of having all the different types of filter applied for each type.
Currently if you apply filters in the graphiql it h…
ccsv updated
8 months ago
-
When a django choices is defined using gettext_lazy strings, it makes the "description is a string" check fail in
[graphql.type.definition.GraphQLEnumValue](https://github.com/graphql-python/graphql…
-
### stacktrace:
```console
GraphQL request:2:3
1 | mutation {
2 | register(
| ^
3 | input: {email: "princebrenda@example.org", username: "stevenbrown", password1: "xW1S9aTlH@", passwor…
-
## TL;DR
**The use case I'm facing is that I want access to some data computed on the parent resolver in the child resolver.**
## Description
If we have a query like this:
```graphql
query {
…
-
**Note**: Sorry this issue is long, it was initially short but this lead to endless confusion/discussion so it was expanded.
**PROBLEM...**
The way variants are loaded allows customers to select p…
-
I'm trying to run `pre-commit run -a ruff` from within a `python:3.12-alpine` docker container but I am running into some issues with `pkgutil`. This works:
```shell
ruff check .
```
This does…
-
Currently our ASGI and AIOHTTP integrations only support [the "legacy" `graphql-ws` websocket subprotocol](https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md). Its rep…