-
## Feature Request Type
- [ ] Core functionality
- [x] Alteration (enhancement/optimization) of existing feature(s)
- [ ] New behavior
## Description
Currently `_wrap_dataclass` doesn't all…
-
Using nested generics causes an invalid `DuplicatedTypeName` exception to be raised when using the same type twice.
## Minimal reproducible example
```python
from typing import Generic, TypeVar…
-
In my project I have resolvers that should be acessible if at least one of multiple conditions is met -- aka "OR".
I'm currently implementing it in a single permission class, but it would be ideal …
-
## Feature Request Type
- [ ] Core functionality
- [x] Alteration (enhancement/optimization) of existing feature(s)
- [ ] New behavior
## Description
```python
from typing import Generic, Ty…
coady updated
10 months ago
-
It would be nice to rename generic types by annotating them.
E.g. with `typing.Annotated` like for arguments.
My use case is to annotate generic types inside the union:
```python
import strawb…
-
I'd like to implement a custom static method in a directive so I can easily implement and shared the intended functionality of it.
It currently errors on runtime with the following erro: `ERROR:str…
-
type-graphql is great
**Is your feature request related to a problem? Please describe.**
Cooperation with graphql-faker
https://github.com/APIs-guru/graphql-faker
**Describe the solution y…
-
I think there is a strong use-case for releasing pre-generated Zeus Typescript types for popular GraphQL apis released as NPM packages.
**EG:**
- Github
- Gitlab
- Shopify Storefont
- Shopify…
-
### Source name
rest_api
### Describe the data you'd like to see
GraphQL APIs and in general endpoints used with the POST method, requires additional data to be passed in the body of the requ…
-
### Description
```
AI_APICallError: Failed to process successful response
at postToApi (/Users/liho/Desktop/epray/hydrogen-sep/epray/node_modules/@ai-sdk/openai/node_modules/@ai-sdk/provider-u…