Files
web/lib/graphql/Fragments/PageLink/CurrentBlocksPageLink.graphql
T

10 lines
128 B
GraphQL

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