make a common stream field, support all block types everywhere

This commit is contained in:
2024-05-20 22:42:30 +02:00
parent e88aa5e142
commit a7e83a3163
11 changed files with 117 additions and 61 deletions

View File

@ -12,13 +12,7 @@ const AssociationIndexDefinition = graphql(`
title
lead
body {
id
blockType
field
... on RichTextBlock {
rawValue
value
}
...Blocks
}
}
}
@ -32,13 +26,7 @@ const AssociationFragmentDefinition = graphql(`
title
excerpt
body {
id
blockType
field
... on RichTextBlock {
rawValue
value
}
...Blocks
}
logo {
url