Files
server/opt/psa/admin/cp/queries/SummaryReportSchedulesPage.graphql
2026-01-07 20:52:11 +01:00

25 lines
438 B
GraphQL

query SummaryReportSchedulesPage($id: ID!) {
viewer {
login
type
client {
id
email
}
}
summaryReportLayout: node(id: $id) {
... on SummaryReportLayout {
id
name
schedules {
id
isEnabled
period
lastSentDate
email
}
}
}
}