Home > @infiniteobjects/shopify-data-manager > AdminTypes > ShopifyqlResponse
A response to a ShopifyQL query.
Signature:
export interface 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. To be used as a raw 2-dimensional response of the query. It’s always present even if query has a VISUALIZE keyword. |