HomeComparisonMetric
This page was printed on Feb 17, 2019. For the current version, visit https://help.shopify.com/en/api/graphql-admin-api/reference/object/homecomparisonmetric.
Required access
read_home
access scope
A metric used for comparison to another value.
Show definition# A metric used for comparison to another value. type HomeComparisonMetric { # Additional description of the value. hint: String # Type of value the metric is. Can be used to style the value. metricType: HomeMetricType! # Description of the value. title: String! # Value used in comparison. value: Float! }
Fields