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
| predicate `string` (required) | The search string, as described in **Grammar**|
90
-
| limit `number`| A limit on the number of results |
91
-
| fields `string[]`| Fields to select (supports aliased fields) |
92
-
| aliases `Record<string, string>`| An object that contains mappings from alias name to relation name. These are to be used in `predicate` and `fields`. |
93
-
| orderBy `[string, 'desc' |'asc']` | Used for ordering results.|
| predicate `string` (required) | The search string, as described in **Grammar**|
90
+
| limit `number`| A limit on the number of results |
91
+
| fields `string[]`| Fields to select (supports aliased fields) |
92
+
| aliases `Record<string, string>`| An object that contains mappings from alias name to relation name. These are to be used in `predicate` and `fields`. |
93
+
| orderBy `[string, 'desc' / 'asc']`| Used for ordering results.|
0 commit comments