Skip to content

No description

graphql
type IntFieldChange {
  oldValue: Int
  newValue: Int!
}

Fields

IntFieldChange.oldValue ● Int scalar

IntFieldChange.newValue ● Int! non-null scalar

Member Of

InventoryHistory object ● ProductHistory object