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