initial commit
This commit is contained in:
10
Artikelgruppen.gql
Normal file
10
Artikelgruppen.gql
Normal file
@@ -0,0 +1,10 @@
|
||||
query {
|
||||
getProductGroups(input: { take: 10 }) {
|
||||
items {
|
||||
phxId: id
|
||||
id: identifier
|
||||
name: description
|
||||
parent_id: parentId #not the identifier id
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user