Add missing fragment file
This commit is contained in:
parent
2e61cfbed6
commit
776838fb10
|
|
@ -0,0 +1,10 @@
|
||||||
|
fragment HighlightParts on HighlightNode {
|
||||||
|
id
|
||||||
|
contentIndex
|
||||||
|
paragraphIndex
|
||||||
|
selectionLength
|
||||||
|
contentUuid
|
||||||
|
startPosition
|
||||||
|
text
|
||||||
|
color
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue