Files
web/lib/graphql/Fragments/Refs/ContentPage.graphql
2024-05-06 13:44:22 +02:00

8 lines
100 B
GraphQL

#import "./System.graphql"
fragment ContentPageRef on ContentPage {
system {
...System
}
}