1.1.10 • Published 7 years ago
bvdk-wertung v1.1.10
Features
- Scalable GraphQL server: The server uses
graphql-yogawhich is based on Apollo Server & Express - Tooling: Out-of-the-box support for GraphQL Playground & query performance tracing
- Simple Hello World example: Where it either returns
Hello <name>!orHello World!if no name argument is provided. - No configuration overhead: Preconfigured
graphql-configsetup - Automatic loader: Auto load queries and mutation based on file structure
Read more about the idea behind GraphQL boilerplates here.

Documentation
Commands
yarn startornpm run startstarts GraphQL server onhttp://localhost:4000yarn devornpm run devstarts GraphQL server onhttp://localhost:4000and opens GraphQL Playground
Project structure
| File name | Description |
|---|---|
└── src (directory) | Contains the source files for your GraphQL server |
├── index.ts | The entry point for your GraphQL server |
Contributing
The GraphQL boilerplates are maintained by the GraphQL community, with official support from the Apollo & Graphcool teams.
Your feedback is very helpful, please share your opinion and thoughts! If you have any questions or want to contribute yourself, join the #graphql-boilerplate channel on our Slack.