42 lines
879 B
GraphQL
42 lines
879 B
GraphQL
query SitesViewPage {
|
|
viewer {
|
|
login
|
|
navigation {
|
|
sitesListConfig {
|
|
initContent
|
|
customColumns {
|
|
key
|
|
title
|
|
order
|
|
sortable
|
|
sort
|
|
className
|
|
}
|
|
showFavicons
|
|
isExpandable
|
|
tourStep
|
|
}
|
|
}
|
|
}
|
|
config {
|
|
domainManagement {
|
|
features {
|
|
icpPermit
|
|
icpPermitLearnMore
|
|
}
|
|
}
|
|
dynamicList {
|
|
rememberTab
|
|
enableTakeTour
|
|
showColumnIcpPermit
|
|
showColumnDiskUsage
|
|
showColumnTraffic
|
|
showColumnHostingLocation
|
|
feedbackURL
|
|
}
|
|
}
|
|
os {
|
|
isWindows
|
|
}
|
|
}
|