Renamed “client” “app” for clarity.

It was not intuitive that the “client” contained a client and server.
This commit is contained in:
Jayden Seric 2017-04-04 02:49:18 +10:00
parent c9e72d26be
commit 5a935b6765
9 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# Apollo upload examples API
# Apollo upload example API
An example GraphQL API using [Apollo upload server](https://github.com/jaydenseric/apollo-upload-server).

View File

View File

@ -1,5 +1,5 @@
{
"name": "apollo-upload-examples-client",
"name": "apollo-upload-examples-app",
"private": true,
"dependencies": {
"apollo-upload-client": "^3.0.1",

View File

@ -1,6 +1,6 @@
# Apollo upload examples client
# Apollo upload example web application
An example [Next.js](https://github.com/zeit/next.js) [React Apollo client](http://dev.apollodata.com/react) using [Apollo upload client](https://github.com/jaydenseric/apollo-upload-client).
An example web application using [Next.js](https://github.com/zeit/next.js), [React Apollo client](http://dev.apollodata.com/react) and [Apollo upload client](https://github.com/jaydenseric/apollo-upload-client).
## Setup

View File

@ -8,4 +8,4 @@ An example GraphQL API using [Apollo upload server](https://github.com/jaydenser
## Setup
See readmes in `/client` and `/api`.
See readmes in `/api` and `/app`.