feat(SW-2264): Added campaign overview page
Approved-by: Matilda Landström
This commit is contained in:
@@ -92,4 +92,12 @@ query EntryByUrlBatch2($locale: String!, $url: String!) {
|
||||
}
|
||||
total
|
||||
}
|
||||
all_campaign_overview_page(where: { url: $url }, locale: $locale) {
|
||||
items {
|
||||
system {
|
||||
...System
|
||||
}
|
||||
}
|
||||
total
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user