The Save button was creating DB and GraphQL error upon refresh and restart. (Sorry, didn't think to copy console messages here.) Most likely due to update in Prisma2 package in our v0.2.5
NOTE: currently this is deployed to Netlify as a live example. Once this is fixed, we don't want the SAVE functionality deployed ('cause people...). We should either:
a) create a separate deploy branch for Netlify with SAVE disabled, or
b) add instructions to README about how to enable
The Save button was creating DB and GraphQL error upon refresh and restart. (Sorry, didn't think to copy console messages here.) Most likely due to update in Prisma2 package in our v0.2.5
To Do
api/src/services/invoice.js
NOTE: currently this is deployed to Netlify as a live example. Once this is fixed, we don't want the SAVE functionality deployed ('cause people...). We should either: a) create a separate deploy branch for Netlify with SAVE disabled, or b) add instructions to README about how to enable