27 lines
469 B
GraphQL
27 lines
469 B
GraphQL
query SummaryReportLayoutsPage {
|
|
viewer {
|
|
login
|
|
type
|
|
summaryReportLayouts {
|
|
name
|
|
isDefault
|
|
id
|
|
general
|
|
resellers
|
|
clients
|
|
personalClients
|
|
domains
|
|
personalDomains
|
|
schedules {
|
|
id
|
|
isEnabled
|
|
}
|
|
}
|
|
}
|
|
mode {
|
|
canManageResellers
|
|
canManageCustomers
|
|
}
|
|
}
|
|
|