Graph variants naming conventions

The default graph variant name is current. current does not provide a proper context (development, staging, production, qa, etc). Is it possible to delete current altogether and simply create a graph variant like production which provides the proper context?

Ya you should be able to create a new variant for an environment, then delete the current (or main) variant in your graph:

rover graph delete GRAPH_ID@variant

Thanks for the direction

1 Like