typescript-graphql-server icon indicating copy to clipboard operation
typescript-graphql-server copied to clipboard

Boilerplate code for scalable, production-ready GraphQL servers written in TypeScript

Results 57 typescript-graphql-server issues
Sort by recently updated
recently updated
newest added

The most recent graphql-cli version (3.0.9) no longer offers a `--boilerplate` command line argument flag, but instead now prompts user to select from a list of options. This commit updates...

The README states "We recommend that you're using yarn dev during development..." but there isn't a "dev" script defined. Also, when I run "yarn debug" I never get "Server is...

What is the best practice for testing projects based on graphql-yoga? Is there any examples?

Use 'node -r ts-node/register --inspect' instead of 'ts-node --inspect', which doesn't work. See: https://github.com/TypeStrong/ts-node#programmatic Also added debug commands in the other boilerplate codes (basic and minimal).

Just quick question guys, I know this might be not in the scope of this project. But, how do you use vscode debugger with `npm run debug` here? I am...

I have tried to create a project just by following the instructions on the git homepage but all 3 attempts, from a clean situation, have repeatedly and reproducibly failed: graphql...

The project generated by the boilerplate seems to be broken. When running `graphql create my-app --boilerplate typescript-advanced`, this results in a folder that contains only files, as follow: ``` auth.ts...

Resolved error in deploy in Prisma > Deploying service `default` to stage `default` to server `local` 96ms > > Errors: > > Post > ✖ One field of the type...

In the [Advanced README](https://github.com/graphql-boilerplates/typescript-graphql-server/blob/master/advanced/README.md), the following is mentioned: > **Static type generation**: TypeScript types for GraphQL queries & mutations are generated in a build step But I can't seem to...

The Playground at `localhost:4000` is only connected to the `app` schema. There are no tabs to switch to the `database` project. I reproduced this in the `typescript-basic` boilerplate.

bug