diff --git a/api/readme.md b/api/readme.md index 39c7f2b..dd4329b 100644 --- a/api/readme.md +++ b/api/readme.md @@ -2,9 +2,9 @@ An example GraphQL API using: -* [koa](https://npm.im/koa) -* [graphql-server-koa](https://npm.im/graphql-server-koa) -* [apollo-upload-server](https://npm.im/apollo-upload-server) +- [koa](https://npm.im/koa) +- [graphql-server-koa](https://npm.im/graphql-server-koa) +- [apollo-upload-server](https://npm.im/apollo-upload-server) ## Setup @@ -15,10 +15,10 @@ An example GraphQL API using: Ensure your editor supports: -* [EditorConfig](http://editorconfig.org). -* [ESLint](http://eslint.org), respecting `package.json` config. - * [Atom](https://atom.io): [`linter-eslint`](https://atom.io/packages/linter-eslint). - * [VS Code](https://code.visualstudio.com): [`vscode-eslint`](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint). +- [EditorConfig](http://editorconfig.org). +- [ESLint](http://eslint.org), respecting `package.json` config. + - [Atom](https://atom.io): [`linter-eslint`](https://atom.io/packages/linter-eslint). + - [VS Code](https://code.visualstudio.com): [`vscode-eslint`](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint). ## Support diff --git a/api/schema.mjs b/api/schema.mjs index b42ceca..2cfa948 100644 --- a/api/schema.mjs +++ b/api/schema.mjs @@ -14,7 +14,7 @@ export default /* GraphQL */ ` } type Mutation { - singleUpload (file: Upload!): File! - multipleUpload (files: [Upload!]!): [File!]! + singleUpload(file: Upload!): File! + multipleUpload(files: [Upload!]!): [File!]! } ` diff --git a/app/readme.md b/app/readme.md index 14477aa..d5be0e1 100644 --- a/app/readme.md +++ b/app/readme.md @@ -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 @@ -15,10 +15,10 @@ An example SSR web app using: Ensure your editor supports: -* [EditorConfig](http://editorconfig.org). -* [ESLint](http://eslint.org), respecting `package.json` config. - * [Atom](https://atom.io): [`linter-eslint`](https://atom.io/packages/linter-eslint). - * [VS Code](https://code.visualstudio.com): [`vscode-eslint`](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint). +- [EditorConfig](http://editorconfig.org). +- [ESLint](http://eslint.org), respecting `package.json` config. + - [Atom](https://atom.io): [`linter-eslint`](https://atom.io/packages/linter-eslint). + - [VS Code](https://code.visualstudio.com): [`vscode-eslint`](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint). ## Support