fix: redirect users to /refresh on unauth and mod webview links
This commit is contained in:
16
lib/graphql/Query/Logo.graphql
Normal file
16
lib/graphql/Query/Logo.graphql
Normal file
@@ -0,0 +1,16 @@
|
||||
#import "../Fragments/Image.graphql"
|
||||
|
||||
query GetMyPagesLogo($locale: String!) {
|
||||
all_header(limit: 1, locale: $locale) {
|
||||
items {
|
||||
logoConnection {
|
||||
edges {
|
||||
node {
|
||||
...Image
|
||||
}
|
||||
}
|
||||
totalCount
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user