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

10
Artikelgruppen.gql Normal file
View File

@@ -0,0 +1,10 @@
query {
getProductGroups(input: { take: 10 }) {
items {
phxId: id
id: identifier
name: description
parent_id: parentId #not the identifier id
}
}
}