Files
venabo-gql-templates/Artikel.gql
Dennes Schäffler 9a9e0aed87 initial commit
2025-11-11 09:00:50 +01:00

15 lines
284 B
GraphQL

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
}
}
}