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: src/pages/postgraphile/usage-cli.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ from
133
133
*`--no-ignore-rbac`
134
134
[RECOMMENDED] set this to exclude fields, queries and mutations that are not available to any possible user (determined from the user in connection string and any role they can become); this will be enabled by default in v5
135
135
*`--no-ignore-indexes`
136
-
set this to exclude filters, orderBy, and relations that would be expensive to access due to missing indexes
136
+
[RECOMMENDED]set this to exclude filters, orderBy, and relations that would be expensive to access due to missing indexes
137
137
*`--include-extension-resources`
138
138
by default, tables and functions that come from extensions are excluded; use this flag to include them (not recommended)
0 commit comments