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
10 lines
132 B
GraphQL
10 lines
132 B
GraphQL
#import "../System.graphql"
|
|
|
|
fragment DestinationCityPageLink on DestinationCityPage {
|
|
title
|
|
url
|
|
system {
|
|
...System
|
|
}
|
|
}
|