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 {
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue