Renamed “client” “app” for clarity.
It was not intuitive that the “client” contained a client and server.
This commit is contained in:
parent
c9e72d26be
commit
5a935b6765
@ -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).
|
||||
|
||||
|
||||
0
client/.gitignore → app/.gitignore
vendored
0
client/.gitignore → app/.gitignore
vendored
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "apollo-upload-examples-client",
|
||||
"name": "apollo-upload-examples-app",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"apollo-upload-client": "^3.0.1",
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user