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
8 lines
125 B
GraphQL
8 lines
125 B
GraphQL
#import "../System.graphql"
|
|
|
|
fragment DestinationOverviewPageRef on DestinationOverviewPage {
|
|
system {
|
|
...System
|
|
}
|
|
}
|