CompositeDuplicationCheckType
Indicates how exactly to handle duplicates in a Composite Entity
enum CompositeDuplicationCheckType {
INDIVIDUAL_CREATE
STANDARD
}
Values
CompositeDuplicationCheckType.INDIVIDUAL_CREATE
Duplicates should be checked for every individual item in the inputs, both parent and child, and created if any do not exist
CompositeDuplicationCheckType.STANDARD
The parent-most item will be checked for a duplicate, and if found, an error will be thrown
Member of
createProductComposite
mutation