--- 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 Returns the results of a ShopifyQL query. *** ## \ShopifyqlQueryResponse Queries ### Queried by * \[shopifyql​Query](https://shopify.dev/docs/api/admin-graphql/latest/queries/shopifyqlQuery)