--- title: ShopifyqlTableData - GraphQL Admin description: The result of a ShopifyQL query. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/ShopifyqlTableData md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/ShopifyqlTableData.md --- # Shopifyql​Table​Data object Requires `read_reports` access scope. The result of a ShopifyQL query. ## Fields * columns [\[Shopifyql​Table​Data​Column!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/ShopifyqlTableDataColumn) non-null The columns of the table. * rows [JSON!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/JSON) non-null The rows of the table. *** ## Map ### Fields with this object * {}[ShopifyqlQueryResponse.tableData](https://shopify.dev/docs/api/admin-graphql/unstable/objects/ShopifyqlQueryResponse#field-ShopifyqlQueryResponse.fields.tableData)