feat(SW-3015): Added pagelinks for campaign page on all connections
Approved-by: Matilda Landström
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#import "../System.graphql"
|
||||
|
||||
fragment CampaignPageLink on CampaignPage {
|
||||
title
|
||||
url
|
||||
system {
|
||||
...System
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user