8 lines
100 B
GraphQL
8 lines
100 B
GraphQL
#import "./System.graphql"
|
|
|
|
fragment ContentPageRef on ContentPage {
|
|
system {
|
|
...System
|
|
}
|
|
}
|