File Uploads with GraphQL, Google Cloud Storage and NodeJS
In this tutorial, we're going to walk through how to handle sending files to a Apollo GraphQL server and upload them to Google Cloud Storage. Take a look at the accompanying detailed blog post.
You'll need to add your own env file and add the Google Cloud Platform variables in there. You might need to install the dotenv
package to get the env variables working.