Hello, how do I handle different environments using graph.cool? E.g test/production?
n
notrab
09/13/2017, 9:51 AM
I use the CLI to copy / push to a new endpoint. You can clone using the system API or console too.
c
congy
09/13/2017, 11:53 AM
@notrab Hello, I know I can clone the project, but can I develop on "test" instance, and then commit all changes from test branch to do production branch? I don't want to adjust my types in both test and production environments separately
n
notrab
09/13/2017, 1:19 PM
Using the Graphcool CLI you can pull/push your schema but it would involve some manual syncing efforts.