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
|`where`|[`RootWhereInput`](#root-where-input)| Represents a SQL `WHERE` clause |
213
-
|`limit`|`Int`| A row limit for your query. The default value is `10000`. The maximum allowed limit is `50000`|
214
-
|`offset`|`Int`| The number of initial rows to be skipped for your query. The default value is `0`|
215
-
|`timezone`|`String`| The timezone to use for the query. The default value is `UTC`|
216
-
|`renewQuery`|`Boolean`| If `renewQuery` is set to `true`, Cube will renew all `refreshKey` for queries and query results in the foreground. The default value is `false`|
|`where`|[`RootWhereInput`](#root-where-input)| Represents a SQL `WHERE` clause |
213
+
|`limit`|`Int`| A row limit for your query. The default value is `10000`. The maximum allowed limit is `50000`|
214
+
|`offset`|`Int`| The number of initial rows to be skipped for your query. The default value is `0`|
215
+
|`timezone`|`String`| The timezone to use for the query. The default value is `UTC`|
216
+
|`renewQuery`|`Boolean`| If `renewQuery` is set to `true`, Cube will renew all `refresh_key` for queries and query results in the foreground. The default value is `false`|
0 commit comments