google-sheets-graphql icon indicating copy to clipboard operation
google-sheets-graphql copied to clipboard

Read and Write to Google Sheets API w/ GraphQL

google-sheets-graphql

Read/Write/Update a Google Sheet with GraphQL NodeJS Server.

Requires creating credentials in gCloud Console and setting up .env like so:

GOOGLE_APPLICATION_CREDENTIALS="<PATH to YOUR CREDENTIALS.JSON>"
SPREADSHEET_ID=<AN ID OF A SPREADSHIT>

And adding the email address from the credentials.json file to the spreadsheet id you are trying to access/write. More info soon. Ask for help.