Example GraphQL API
An example GraphQL API using:
koaapollo-server-koa, which implementsgraphql-upload
Setup
- Install the latest Node.js and npm.
- Duplicate
.env.exampleas.envand configure. - Run
npm installin theapidirectory with Terminal. - Run
npm run devfor development, ornpm run startfor production.
Ensure your editor supports:
- EditorConfig.
- ESLint, respecting
package.jsonconfig.
Support
See package.json engines.