graphql-framework-experiment
graphql-framework-experiment copied to clipboard
Code-First Type-Safe GraphQL Framework
#### Nexus Report ```json { "node": "v14.5.0", "os": { "platform": "darwin", "release": "18.6.0" }, "nexus": "0.26.0-next.1", "plugins": [ "nexus-plugin-prisma" ], "otherDependencies": { "graphql-subscriptions": "^1.1.0" }, "devDependencies": { "prettier": "^2.0.5" },...
#### Perceived Problem I am typing ``` nexus create json ``` I want to see directory `json` and inside project. Now to achieve this I need: ``` mkdir -p json...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [fs-jetpack](https://togithub.com/szwacz/fs-jetpack) | dependencies | major | [`^2.4.0` -> `^3.0.0`](https://renovatebot.com/diffs/npm/fs-jetpack/2.4.0/3.1.0) | --- ### Release...
Followed the doc: https://nexusjs.org/guides/recipes#with-vs-code Works but without source map:  > Could not read source map for file:///Users/AlbertGao/codes/teamingCloud/tcBackend/src/graphql/node.ts: ENOENT: no such file or directory, open '/Users/AlbertGao/codes/teamingCloud/tcBackend/src/graphql/node.js.map' How to fix this?...
On page: https://nexusjs.org/ I scroll down and see: TypeScript The New Handbook I am clicking and go to: https://microsoft.github.io/typescript-new-handbook/everything/ and see 404 - file not found
#### Perceived Problem - GraphQL global identification is a [widely spread idea in GraphQL community](https://www.google.com/search?q=GraphQL+global+identification&rlz=1C5CHFA_enCA865CA865&oq=GraphQL+global+identification&aqs=chrome..69i57j69i64.235j0j7&sourceid=chrome&ie=UTF-8) - Relay clients require it - Nexus doesn't make this pattern easier in any way...
#### Description When running inside Docker (production environment) logs are very sparse. So sparse in fact that the errors aren't even shown. This is the error output in Docker: ```json...
Hi, The problem is when I'm implement a resolver that throw an error, for example  When I'm using nexus framework or any other engine, the response have this shape...
#### Perceived Problem Some of our postinstall pipeline depends on an existing schema.graphql file. Back when using `@nexus/schema` in isolation, this could be generating by running something along the lines...
Hi, I was implement Node interface to support for Relay using @nexus/schema with field `id` and resolver for that `id` field  The problem is in the `User` model when...