stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > ShopifyqlResponse > tableData

AdminTypes.ShopifyqlResponse.tableData property

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.

Signature:

tableData?: Maybe<TableData>;