32 lines
758 B
GraphQL
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
|
|
}
|
|
}
|