Files
server/opt/psa/admin/cp/queries/BrandingPage.graphql
cutemeli 0bfc6c8425 Initial
2025-12-22 10:32:59 +00:00

20 lines
324 B
GraphQL

query BrandingPage {
viewer {
login
type
branding {
customTitle
logo {
url
fake
}
customFavicon
background {
file
color
fit
}
}
}
}