Updated docs.

This commit is contained in:
Jayden Seric 2018-09-18 22:41:26 +10:00
parent 1948f242e3
commit 6de1250c1f
3 changed files with 7 additions and 7 deletions

View File

@ -2,8 +2,8 @@
An example GraphQL API using:
- [koa](https://npm.im/koa)
- [graphql-server-koa](https://npm.im/graphql-server-koa)
- [`koa`](https://npm.im/koa)
- [`apollo-server-koa`](https://npm.im/apollo-server-koa)
## Setup

View File

@ -2,9 +2,9 @@
An example SSR web app using:
- [next](https://npm.im/next)
- [react-apollo](https://npm.im/react-apollo)
- [apollo-upload-client](https://npm.im/apollo-upload-client)
- [`next`](https://npm.im/next)
- [`react-apollo`](https://npm.im/react-apollo)
- [`apollo-upload-client`](https://npm.im/apollo-upload-client)
## Setup

View File

@ -2,7 +2,7 @@
# Apollo upload examples
A full stack demo of file uploads via GraphQL mutations using [Apollo](https://apollographql.com) [GraphQL multipart request spec](https://github.com/jaydenseric/graphql-multipart-request-spec) implementations:
A full stack demo of file uploads via GraphQL mutations using [GraphQL multipart request spec](https://github.com/jaydenseric/graphql-multipart-request-spec) implementations:
- [Example GraphQL API](api) using [apollo-upload-server](https://github.com/jaydenseric/apollo-upload-server).
- [Example GraphQL API](api) using [Apollo Server](https://apollographql.com/server).
- [Example web app](app) using [apollo-upload-client](https://github.com/jaydenseric/apollo-upload-client).