Anchor to ShopifyqlTableDataColumnShopifyql
objectShopifyql Table Data Column
Requires access scope.
Represents a column in a ShopifyQL query response.
Anchor to FieldsFields
- columnOrigin (ShopifyqlColumnOrigin!)
- dataType (ColumnDataType!)
- displayName (String!)
- dynamicColumnMetadata (ShopifyqlDynamicColumnMetadata)
- name (String!)
- shortDisplayName (String)
- subType (ColumnDataType)
- Anchor to columnOrigincolumn•Shopifyql
Origin Column Origin! non-null Whether the column was explicitly requested in the query or dynamically generated.
- Anchor to dataTypedata•Column
Type Data Type! non-null The data type of the column.
- Anchor to displayNamedisplay•String!
Name non-null The human-readable display name of the column.
- Anchor to dynamicColumnMetadatadynamic•Shopifyql
Column Metadata Dynamic Column Metadata Metadata describing how a dynamic column was generated (comparison, totals, benchmark, attribution, etc.). Null for non-dynamic columns.
- Anchor to namename•String!non-null
The name of the column.
- Anchor to shortDisplayNameshort•String
Display Name A shortened display name for the column, suitable for compact UI such as metric tiles.
- Anchor to subTypesub•Column
Type Data Type The sub type of an array column.
Was this section helpful?