10 lines
128 B
GraphQL
10 lines
128 B
GraphQL
#import "../System.graphql"
|
|
|
|
fragment CurrentBlocksPageLink on CurrentBlocksPage {
|
|
title
|
|
url
|
|
system {
|
|
...System
|
|
}
|
|
}
|