17 lines
190 B
GraphQL
17 lines
190 B
GraphQL
fragment CurrentBlocksPageLink on CurrentBlocksPage {
|
|
system {
|
|
uid
|
|
locale
|
|
}
|
|
title
|
|
url
|
|
}
|
|
|
|
fragment TempPageLink on TempPage {
|
|
system {
|
|
uid
|
|
locale
|
|
}
|
|
title
|
|
url
|
|
} |