make a common stream field, support all block types everywhere
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user