Add highlight fragment to legacy content block query
This commit is contained in:
parent
f41b43aa70
commit
7932b65895
|
|
@ -1,16 +1,11 @@
|
|||
#import "./highlightParts.gql"
|
||||
fragment ContentBlockParts on ContentBlockNode {
|
||||
id
|
||||
slug
|
||||
userCreated
|
||||
mine
|
||||
highlights {
|
||||
contentIndex
|
||||
paragraphIndex
|
||||
selectionLength
|
||||
contentUuid
|
||||
startPosition
|
||||
text
|
||||
color
|
||||
...HighlightParts
|
||||
}
|
||||
instrumentCategory {
|
||||
id
|
||||
|
|
|
|||
Loading…
Reference in New Issue