Appearance
A single field change in a history record. For the previous value, check previousSnapshot.{field}
graphql
type HistoryFieldChange {
field: String!
value: JSON!
}Fields
HistoryFieldChange.field ● String! non-null scalar
Name of the field that changed (camelCase)
HistoryFieldChange.value ● JSON! non-null scalar
The new value for this field
Member Of
InventoryHistoryRecord object ● ProductHistoryRecord object ● StoreHistoryRecord object