6 lines
104 B
GraphQL
6 lines
104 B
GraphQL
fragment LayoutQueryFragment on Query {
|
|
global(relativePath: "index.json") {
|
|
...GlobalParts
|
|
}
|
|
}
|