DiscoveredItemStrategy
Values
Section titled “Values”CREATE
Section titled “CREATE”Create a new record based on the information supplied if and only if one does not already exists.
DEFAULT
Section titled “DEFAULT”Similar to CREATE. Difference is that discovered records within this product (category) will only be linked to this record on create. So if the discovered records are already present in R-Service they will remain linked to their current parent, the value supplied in the mutation will be ignored.
UPDATE
Section titled “UPDATE”Creates a new record if one does not already exists, otherwise updates the existing record using the values supplied.