OBJECT
Table
Tables are a structured representation of data that can be stored
link
Implements
Fields
| Argument Name | Type | Description |
|---|---|---|
| externalKey | String! | The external key of the datum you are fetching. |
(TableDataConnection)
The rows contained within this table| Argument Name | Type | Description |
|---|---|---|
| query | String | An optional query that allows you to select the fields that will be returned by the connection. The query field accepts a small subset of ANSI-92 SQL that allows you to use simple SELECT and WHERE clauses to query your data. |
| before | String | (Not Documented) |
| after | String | (Not Documented) |
| first | Int | (Not Documented) |
| last | Int | (Not Documented) |