Merged in feat/support-for-all-page-links (pull request #1212)
Feat/support for all page links * feat: added all page link connections to queries * feat: updated output files Approved-by: Fredrik Thorsson Approved-by: Matilda Landström
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#import "../System.graphql"
|
||||
|
||||
fragment DestinationCityPageLink on DestinationCityPage {
|
||||
title
|
||||
url
|
||||
system {
|
||||
...System
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
#import "../System.graphql"
|
||||
|
||||
fragment DestinationCountryPageLink on DestinationCountryPage {
|
||||
title
|
||||
url
|
||||
system {
|
||||
...System
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
#import "../System.graphql"
|
||||
|
||||
fragment DestinationOverviewPageLink on DestinationOverviewPage {
|
||||
title
|
||||
url
|
||||
system {
|
||||
...System
|
||||
}
|
||||
}
|
||||
9
lib/graphql/Fragments/PageLink/StartPageLink.graphql
Normal file
9
lib/graphql/Fragments/PageLink/StartPageLink.graphql
Normal file
@@ -0,0 +1,9 @@
|
||||
#import "../System.graphql"
|
||||
|
||||
fragment StartPageLink on StartPage {
|
||||
title
|
||||
url
|
||||
system {
|
||||
...System
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user