--- title: ShopifyqlQueryResponse - GraphQL Admin description: A response to a ShopifyQL query. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/latest/objects/ShopifyqlQueryResponse md: >- https://shopify.dev/docs/api/admin-graphql/latest/objects/ShopifyqlQueryResponse.md --- # Shopifyql​Query​Response object Requires `read_reports` access scope. A response to a ShopifyQL query. ## Fields * parse​Errors [\[String!\]!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null A list of parse errors, if parsing fails. * table​Data [Shopifyql​Table​Data](https://shopify.dev/docs/api/admin-graphql/latest/objects/ShopifyqlTableData) The result in a tabular format with column and row data. *** ## Map No referencing types *** ## Queries * [shopifyql​Query](https://shopify.dev/docs/api/admin-graphql/latest/queries/shopifyqlQuery) query Executes a [ShopifyQL query](https://shopify.dev/docs/api/shopifyql/segment-query-language-reference) to analyze store data and returns results in a tabular format. The response includes column metadata with names, data types, and display names, along with the actual data rows. If the query contains syntax errors, then the response provides parse error messages instead of table data. *** ## \ShopifyqlQueryResponse Queries ### Queried by * \[shopifyql​Query](https://shopify.dev/docs/api/admin-graphql/latest/queries/shopifyqlQuery)