Hey, anyone have advice on a workflow for managing synchronization between two graphcool projects? Specifically, schema changes and new nodes in a Development version that need to get pushed to Production
a
agartha
09/12/2017, 8:24 PM
Schema changes would be covered by the new cli (currently in beta). For new nodes, you could use a SSS, and create/update/delete nodes in the other environment
agartha
09/12/2017, 8:26 PM
But relations are a problem using that method (at least, I didn't have time to figure that part out)
p
pcooney10
09/12/2017, 9:07 PM
Got it @agartha. I like the SSS reccomendation
pcooney10
09/12/2017, 9:07 PM
I am also dealing with Files, so that adds a layer of complexity as well