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

20 lines
324 B
GraphQL

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