Files
web/lib/graphql/Fragments/ContentPage/Ref.graphql
2024-09-24 09:47:31 +02:00

8 lines
101 B
GraphQL

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