-
Hello,
I have two schemas in one project (just for example - `schema1` and `schema2`). Each of them has it's own `nexus-typegen` generated file. Types for `schema1` are working fine, the issue with `…
-
Here's the [TS Playground](https://www.typescriptlang.org/play?#code/KYDwDg9gTgLgBASwHY2FAZgQwMbDgFQE8xgBzYJABjgG8BYAKDjgHIABNkAZxk1QHoYxMhRYAuODCgBXYAG5GzZKihJMAGwCiANwowuE+k2atuvVADpkCGONqThElmb7ArS…
-
I know this is not a new issue, but even after reading through related issues and studying the adoption guides, I cannot figure out how to successfully build a simple @nexus/schema project.
I hav…
-
# Bug Report
### 🔎 Search Terms
inference, type parameters, conditional type, signature resolving
### 🕗 Version & Regression Information
This is the behavior present in all 4.x versions av…
-
I was following the tutorial at [howtographql](https://www.howtographql.com/typescript-apollo/0-introduction/) and I was in the ['Creating Custom Scalers'](https://www.howtographql.com/typescript-apol…
-
### Description
We use factories to create machines with parameters that are then invoked from other machines. Typegen is unhappy when the invoke function returns a machine from the factory, but is h…
-
## Use case
I want eslint to ignore typegen files. I have eslint setup to use gitignore for ignoring files via `--ignore-path .gitignore` but I want to checkin typegen files. Eslint doesn't support…
-
#### Perceived Problem
The very usual: `TS2304: Cannot find name 'NexusPrisma'.`
#### Ideas / Proposed Solution(s)
A very easy fix was to add `/// ` to the file. This way the user d…
-
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---**Describe the bug**
Generated types aren't used by VS Code, so there are no any auto-comp…
-
#### Screenshot
![Screenshot](https://user-images.githubusercontent.com/59318963/150017842-367cddde-37bc-4f78-9cc7-37b14e1381c6.png)
#### Description
Trying to test my schema i get this error from …