--- title: ShopifyqlTableDataColumn - GraphQL Admin description: Represents a column in a ShopifyQL query response. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/ShopifyqlTableDataColumn md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/ShopifyqlTableDataColumn.md --- # Shopifyql​Table​Data​Column object Requires `read_reports` access scope. Represents a column in a ShopifyQL query response. ## Fields * data​Type [Column​Data​Type!](https://shopify.dev/docs/api/admin-graphql/unstable/enums/ColumnDataType) non-null The data type of the column. * display​Name [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null The human-readable display name of the column. * name [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null The name of the column. * sub​Type [Column​Data​Type](https://shopify.dev/docs/api/admin-graphql/unstable/enums/ColumnDataType) The sub type of an array column. *** ## Map ### Fields with this object * {}[ShopifyqlTableData.columns](https://shopify.dev/docs/api/admin-graphql/unstable/objects/ShopifyqlTableData#field-ShopifyqlTableData.fields.columns)