Home > @infiniteobjects/shopify-data-manager > AdminTypes > TableResponse
The default table response structure for a ShopifyQL query.
Signature:
export interface TableResponse extends ShopifyqlResponse
Extends: ShopifyqlResponse
Property | Modifiers | Type | Description |
---|---|---|---|
parseErrors? | Maybe<Array<ParseError>> | (Optional) A list of parse errors, if parsing fails. | |
tableData? | Maybe<TableData> | (Optional) The result in a tabular format with schema and row data. |