feat(SW-2264): Added campaign overview page
Approved-by: Matilda Landström
This commit is contained in:
@@ -8,6 +8,14 @@ query GetAccountPageSettings($uid: String!, $locale: String!) {
|
||||
}
|
||||
}
|
||||
|
||||
query GetCampaignOverviewPageSettings($uid: String!, $locale: String!) {
|
||||
page: campaign_overview_page(uid: $uid, locale: $locale) {
|
||||
settings: page_settings {
|
||||
...PageSettings
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
query GetCampaignPageSettings($uid: String!, $locale: String!) {
|
||||
page: campaign_page(uid: $uid, locale: $locale) {
|
||||
settings: page_settings {
|
||||
|
||||
Reference in New Issue
Block a user