Add highlight fragment to legacy content block query

This commit is contained in:
Ramon Wenger 2024-01-16 16:54:29 +01:00
parent f41b43aa70
commit 7932b65895
1 changed files with 2 additions and 7 deletions

View File

@ -1,16 +1,11 @@
#import "./highlightParts.gql"
fragment ContentBlockParts on ContentBlockNode { fragment ContentBlockParts on ContentBlockNode {
id id
slug slug
userCreated userCreated
mine mine
highlights { highlights {
contentIndex ...HighlightParts
paragraphIndex
selectionLength
contentUuid
startPosition
text
color
} }
instrumentCategory { instrumentCategory {
id id