Grafbase Create Command
Create a new graph.
Usage:
grafbase create [OPTIONS]
Options:
-n, --name <NAME>
: Specify the graph name.-a, --account <ACCOUNT>
: Specify the account slug to create the graph.
Create a new graph:
grafbase create --name my-graph --account my-org