# ShopifyqlResponse - admin-graphql - INTERFACE Version: 2024-04 ## Description A response to a ShopifyQL query. ### Access Scopes `read_reports` access scope. Also: Level 2 access to Customer data including name, address, phone, and email fields. Please refer to https://shopify.dev/apps/store/data-protection/protected-customer-data. ## Fields * [parseErrors](/docs/api/admin-graphql/2024-04/objects/ParseError): ParseError - A list of parse errors, if parsing fails. * [tableData](/docs/api/admin-graphql/2024-04/objects/TableData): TableData - 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. ## Connections ## Types implemented in * [PolarisVizResponse](/docs/api/admin-graphql/2024-04/objects/PolarisVizResponse) * [TableResponse](/docs/api/admin-graphql/2024-04/objects/TableResponse) ## Examples