HomeActionRow
This page was printed on Feb 18, 2019. For the current version, visit https://help.shopify.com/en/api/graphql-admin-api/reference/object/homeactionrow.
Required access
read_home
access scope
Holds the contents of an individual row in an action list card.
Show definition# Holds the contents of an individual row in an action list card. type HomeActionRow { # A button that launches the action associated with the row. button: HomeButton! # A more detailed description of the row, typically containing the actual messaging to the merchant. description: String! # An image displayed in the row. image( # Converts image file type from SVG to PNG, or leaves as original SVG. contentType: HomeContentType = PNG # Image height in pixels between 1 and 2048. This argument is deprecated: Use # `maxHeight` on `Image.transformedSrc` instead. maxHeight: Int # Image width in pixels between 1 and 2048. This argument is deprecated: Use `maxWidth` on `Image.transformedSrc` instead. maxWidth: Int ): Image # A label displayed on the row. label: String! }
Fields
description
(String!
)
A more detailed description of the row, typically containing the actual messaging to the merchant.
image
(Image
)
An image displayed in the row.
Argument | Type | Default | Description |
---|---|---|---|
contentType
|
HomeContentType
|
|
Converts image file type from SVG to PNG, or leaves as original SVG. |
maxHeight
|
Int
|
|
Image height in pixels between 1 and 2048. This argument is deprecated: Use |
maxWidth
|
Int
|
|
Image width in pixels between 1 and 2048. This argument is deprecated: Use |