Apollo Server v2.3+ uses graphql-upload, see https://github.com/apollographql/apollo-server/pull/2054 .
903 B
903 B
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.