-
based on this [stackoverflow question](https://stackoverflow.com/questions/41921137/can-a-graphql-input-type-inherit-from-another-type-or-interface), graphql doesn't support interfaces with input type…
-
As suggested in #269, a command line interface for executing utility tasks could be helpful for executing some one-off tasks, such as:
1. writing augmented type definitions to file
1. writing gene…
-
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…
-
## 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…
-
When you run the canonical code from: https://github.com/CosmicDNA/neo4j-graphql-example-nextjs/tree/5385e091ce68004de94bda184c940e69a09c7dee,
with `yarn run dev` and go to `/api/graphql` path, the…
-
As it seems right now graphql-js 17 will ship without a commonjs solution.
Since ESM modules can only be loaded with a dynamic import within a commonjs context that will make a lot of libraries tha…
-
Here's a small example that illustrates the issue:
```python
import logging
import graphene
logging.basicConfig()
class Query(graphene.ObjectType):
hello = graphene.String()
…
-
If I have existing models that are used in other apps not requiring type-graphql or graphql at all, it'd be nice to be able to decorate those without wrapping them.
Lets say I have:
```typescrip…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
1. Use `nest-cli.json` `compilerOptions.builder.swc:true` `compilerOptions.typeCheck:true`
2…