https://github.com/nbaua/nx-gql-code-first-issue
This repository tries to reproduce the Graphql Code First approach issues while working in an Nrwl/NX environment (angular/NestJs)
https://github.com/nbaua/nx-gql-code-first-issue
Last synced: 7 months ago
JSON representation
This repository tries to reproduce the Graphql Code First approach issues while working in an Nrwl/NX environment (angular/NestJs)
- Host: GitHub
- URL: https://github.com/nbaua/nx-gql-code-first-issue
- Owner: nbaua
- Created: 2020-09-15T07:22:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-15T07:27:10.000Z (about 5 years ago)
- Last Synced: 2025-01-14T18:43:11.796Z (9 months ago)
- Language: TypeScript
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## nx-gql-code-first-issue
This repository is a trimmed down version of a Nest/Nx/Graphql project which tries to reproduce the issue with graphql code-first approach.
```
- Just clone/fork this repository and update the required packages
- Once done, locate the Import section in app.module.ts under the API project
and uncomment lines 16-21 or so to reproduce the issue.
```I've tried to be as sleek as possible on this repository, apologies if I've missed something while reproducing this issue. Please participate in the discussion thread on the GitHub for more details here.
[https://github.com/nrwl/nx/issues/3679#issuecomment-692445406](https://github.com/nrwl/nx/issues/3679#issuecomment-692445406)