21 lines
261 B
GraphQL
21 lines
261 B
GraphQL
{
|
|
products(limit: 10000, browsable: true, visible: true) {
|
|
id
|
|
inserted
|
|
updated
|
|
visible
|
|
browsable
|
|
printProducts {
|
|
group
|
|
id
|
|
updated
|
|
}
|
|
blacklisting {
|
|
group
|
|
id
|
|
marketId
|
|
updated
|
|
}
|
|
}
|
|
}
|