-
The webhooks are now including a "node_id" field. Based on my minimal experience with the GraphQL API, it looks like these correspond to the identifiers used in that platform.
In order to properly…
-
For applications which seek the ability to charge for access to their GraphQL API, a cost analysis must be done to charge request based on their impact. As in, requesting a single model will cost less…
-
### Component
API Server / GraphQL
### Describe the Feature Request
Improve global API response time. Ideally:
> https://www.nngroup.com/articles/response-times-3-important-limits/=
> The basic…
-
## Describe the Bug
When inheriting from user defined generic (not a strawberry class/type) and including a field with generic type strawberry generates new graphql type
This bug only applies to c…
-
Since Pydantic 1.9, pydantic has supported the use of discriminated unions as a way to force what union type Pydantic evaluates an object by. Pydantic models with discriminated unions raise an error, …
-
https://github.com/zooniverse/zoo-stats-api-graphql/blob/fc45c16dfbb12b08d3db9943c52aebff5cff0d9c/app/graphql/mutations/create_event_mutation.rb#L55
Linked to #120 - convert the mutation error hand…
-
If pydantic model contains Enum field this enum definition is not registered in GraphQL Schema
Running following code raises error:
```python
import typing
from enum import Enum
import st…
-
I'm trying to fetch a list of GitHub repositories using [GraphQL API v4](https://developer.github.com/v4/), sorted by stars count.
**GraphQL query body:**
```graphql
query searchRepos($qstr: St…
-
## 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…
-
# Bug
IntelliJ popup the error Invalid "GraphQL configuration file" when clicking on the Run Introspection Query (the refresh icon on the side of the play)
# Environment
Windows, IntelliJ IDEA …