web: remove redundant on self wrapping in queries and add typename

This commit is contained in:
2026-05-19 17:41:51 +02:00
parent 0c5a9876d6
commit f91c67f526
6 changed files with 42 additions and 48 deletions
@@ -6,14 +6,13 @@ import { PageContent } from "@/components/general/PageContent";
const AssociationIndexDefinition = graphql(`
fragment AssociationIndex on AssociationIndex {
... on AssociationIndex {
title
seoTitle
searchDescription
lead
body {
...Blocks
}
__typename
title
seoTitle
searchDescription
lead
body {
...Blocks
}
}
`);