/graphql-subscription-and-upload

Example of uploading file and subscription using apollo graphql

Primary LanguageJavaScript

This is an example of graphql realtime subscription and uploading file using apollo.

How to run

Server

cd server
npm install
node index.js

Client

cd client
npm install
npm start