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

32 lines
758 B
GraphQL

mutation EditBranding($input: EditBrandingInput!) {
editBranding(input: $input) {
query {
viewer {
login
customTitle
logo {
isCustom
image
imageAlt
url
edition
}
branding {
customTitle
logo {
url
fake
}
customFavicon
background {
file
color
fit
}
}
}
}
warnings
}
}