You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cli/subgraph/check.mdx
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,8 @@ The `npx wgc subgraph check` command checks for breaking changes and composition
55
55
56
56
*`--suppress-warnings`: This flag suppresses any warnings produced by composition.
57
57
58
+
*`--label [labels...]`: The labels to apply to the new subgraph. The labels are passed in the format <key>=<value> <key>=<value>. This parameter is always ignored if the subgraph already exists.
59
+
58
60
<Info>
59
61
The check command requires either the `--schema` or `--delete` parameter.
60
62
</Info>
@@ -67,6 +69,16 @@ The `npx wgc subgraph check` command checks for breaking changes and composition
0 commit comments