Use Prettier for the readme.
This commit is contained in:
parent
e0f0b483c5
commit
1948f242e3
5
.prettierrc
Normal file
5
.prettierrc
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"proseWrap": "never",
|
||||||
|
"singleQuote": true,
|
||||||
|
"semi": false
|
||||||
|
}
|
||||||
@ -4,5 +4,5 @@
|
|||||||
|
|
||||||
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 [Apollo](https://apollographql.com) [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-upload-server](https://github.com/jaydenseric/apollo-upload-server).
|
||||||
* [Example web app](app) using [apollo-upload-client](https://github.com/jaydenseric/apollo-upload-client).
|
- [Example web app](app) using [apollo-upload-client](https://github.com/jaydenseric/apollo-upload-client).
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user