Add sync dashboard and date filters
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
query IntegrationSyncDashboard {
|
||||
integrationSyncDashboard {
|
||||
generatedAt
|
||||
lastActivityAt
|
||||
totalOrders
|
||||
totalProducts
|
||||
totalClients
|
||||
items {
|
||||
id
|
||||
title
|
||||
description
|
||||
source
|
||||
syncedCount
|
||||
lastSyncedAt
|
||||
status
|
||||
note
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user