Files
2023-08-28 20:17:07 +02:00

6 lines
104 B
GraphQL

fragment LayoutQueryFragment on Query {
global(relativePath: "index.json") {
...GlobalParts
}
}