Simple GraphQL file upload example using vanilla graphql API and axios
-
Clone the repository.
$ git clone https://github.com/manjillama/graphql-upload-example.git
-
Navigate to
root
folder and install the dependencies.$ npm install
-
Run in development mode
$ npm run dev or $ yarn dev
Open http://localhost:5000 to view it in the browser.