Links

Remove a child product from grouping one

This is how you remove child product from grouping one via API.
mutation {
productGroupingRemoveChild(input: { sku: "SKU_GR_PRODUCT", childSku: "SKU_test2" }
) {
__typename
}
}