graphql-framework-experiment icon indicating copy to clipboard operation
graphql-framework-experiment copied to clipboard

Code-First Type-Safe GraphQL Framework

Results 106 graphql-framework-experiment issues
Sort by recently updated
recently updated
newest added

I'm having troubles making Nexus build inside a Docker container. It fails with error `ELOOP: too many symbolic links encountered`. Locally the build works fine. The problem is easy to...

type/bug
scope/builder

closes #1326 - port workaround allows more performant parallel testing - testing on CI environments should still utilize Jest’s `—runInBand` flag

#### Perceived Problem - serverless is a popular kind of deployment; nextjs, vercel, lambda, serverless frmework, google cloud functions, kubernetes functions, edge compute, apollo-micro, ... - nextjs integration #648 needs...

type/feat
scope/server

#### Nexus Report ```json { "node": "v12.4.0", "os": { "platform": "darwin", "release": "19.6.0" }, "nexus": "^0.26.1", "plugins": [ "nexus-plugin-prisma", "nexus-plugin-jwt-auth", "nexus-plugin-shield" ], "otherDependencies": { "bcryptjs": "^2.4.3", "body-parser": "^1.19.0", "cors": "^2.8.5",...

type/bug

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ts-morph](https://togithub.com/dsherret/ts-morph) | dependencies | major | [`^7.1.3` -> `^8.0.0`](https://renovatebot.com/diffs/npm/ts-morph/7.3.0/8.1.1) | --- ### Release...

#### Screenshot ```bash Aug 13 12:04:38 AM $ nexus build Aug 13 12:04:39 AM {"event":"get used plugins","level":3,"path":["nexus","build"]} Aug 13 12:04:40 AM {"event":"Running generators","level":3,"path":["nexus","plugin","nexusPluginPrisma"]} Aug 13 12:04:42 AM {"event":"starting reflection","level":3,"path":["nexus","build"]} Aug...

type/bug

I'm trying to integrate nexus with next.js using the guide and the example repo but when I try to run `reflection` on a separate terminal window, it throws the following...

type/bug

Found documentation issue, no GitHub issue logged.

#### Screenshot #### Description `get-port` currently suffers from an [issue](https://github.com/sindresorhus/get-port/issues/31) preventing the assignment of a new port when the initial one is already taken. This leads to tests erroring out...

type/bug

``` $ npx nexus build 955 ● nexus:build get used plugins ● nexus:plugin:nexusPluginPrisma Running generators ● nexus:build starting reflection ● nexus:build building typescript program ● nexus:build compiling a production build...

type/bug
plugin/prisma
platform/windows