DDN CLI: ddn project subgraph
Manage Subgraphs in a Hasura DDN Project.
Synopsis
Manage Subgraphs in a Hasura DDN Project
Available operations
- ddn project subgraph create - Create a new Subgraph in a Hasura DDN Project
- ddn project subgraph delete - Delete a Subgraph from a Project
- ddn project subgraph get - List Subgraphs for a Hasura DDN Project or get details of a specific one
Options
-h, --help help for subgraph
Options inherited from parent operations
--log-level string Log level. Can be DEBUG, WARN, INFO, ERROR, or FATAL. (default "INFO")
--no-prompt Do not prompt for required but missing flags
--out string Output format. Can be table, json or yaml. (default "table")
--timeout int Request timeout in seconds [env: HASURA_DDN_TIMEOUT] (default 100)
Parent operation
- ddn project - Manage Hasura DDN Project