initial commit

This commit is contained in:
Dennes Schäffler
2025-11-11 09:00:50 +01:00
commit 9a9e0aed87
12 changed files with 466 additions and 0 deletions

15
Artikel.gql Normal file
View File

@@ -0,0 +1,15 @@
query {
getProducts(input: { take: 10 }) {
items {
phxId: id
id: identifier
name: description
manufacturer_number: mpn
ean: gtin,
extra: addition,
quantity_unit: unit { identifier }
productType
inactive: inactive
}
}
}