stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > TableResponse

AdminTypes.TableResponse interface

The default table response structure for a ShopifyQL query.

Signature:

export interface TableResponse extends ShopifyqlResponse 

Extends: ShopifyqlResponse

Properties

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.