20 lines
276 B
GraphQL
20 lines
276 B
GraphQL
query MainHeaderNavbar {
|
|
viewer {
|
|
login
|
|
type
|
|
logo {
|
|
isCustom
|
|
}
|
|
}
|
|
config {
|
|
notification {
|
|
panel {
|
|
enabled
|
|
}
|
|
}
|
|
branding {
|
|
theme
|
|
}
|
|
}
|
|
}
|