initial commit
This commit is contained in:
15
Artikel.gql
Normal file
15
Artikel.gql
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user