> ## Documentation Index
> Fetch the complete documentation index at: https://wundergraphinc-brendan-add-sof-link.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# List

> Lists all the subgraphs.

## Usage

```bash theme={null}
npx wgc subgraph list
```

## Description

The `npx wgc subgraph list` command allows you to list all the subgraphs under your organization.

## Options

* `-n, --namespace` : The namespace of the federated graph (Default: "default").

* `-r, --raw` : Prints to the console in json format instead of table (Deprecated).

* `-j, --json` : Prints to the console in json format instead of table.

* `-o, --out` : Destination file for the json output. Has precedence over both `raw` and `json`
