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