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

10 lines
128 B
GraphQL

#import "../System.graphql"
fragment CurrentBlocksPageLink on CurrentBlocksPage {
title
url
system {
...System
}
}