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

13 lines
145 B
GraphQL

#import "../System.graphql"
fragment ContentPageLink on ContentPage {
title
url
system {
...System
}
web {
original_url
}
}