List

Lists all the federated graphs.

Usage

npx wgc federated-graph list

Description

The npx wgc federated-graph list command allows you to list all the federated graphs under your organization.

Options

  • -n, --namespace : Filter to get graphs in this namespace only.

  • -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

  • --only-contracts : Filter to list only contracts

Last updated