Add GraphQL documents for cascading filters

This commit is contained in:
Ruslan Bakiev
2026-01-24 11:54:37 +07:00
parent 4d018323e7
commit 726c63efb7
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
query GetSuppliersForProduct($productUuid: String!) {
suppliersForProduct(productUuid: $productUuid) {
uuid
}
}