ProductPropertyTypePropertyValueArgs
No description
input ProductPropertyTypePropertyValueArgs {
key: ID!
value: String
}
Fields
ProductPropertyTypePropertyValueArgs.key ● ID! non-null scalar common
The ID of the property.
ProductPropertyTypePropertyValueArgs.value ● String scalar common
The value of the property.