add merge highlight graphql file
This commit is contained in:
23
android/Omnivore/app/src/main/graphql/MergeHighlight.graphql
Normal file
23
android/Omnivore/app/src/main/graphql/MergeHighlight.graphql
Normal file
@ -0,0 +1,23 @@
|
||||
mutation MergeHighlight($input: MergeHighlightInput!) {
|
||||
mergeHighlight(input: $input) {
|
||||
... on MergeHighlightSuccess {
|
||||
highlight {
|
||||
id
|
||||
shortId
|
||||
quote
|
||||
prefix
|
||||
suffix
|
||||
patch
|
||||
createdAt
|
||||
updatedAt
|
||||
annotation
|
||||
sharedAt
|
||||
createdByMe
|
||||
}
|
||||
overlapHighlightIdList
|
||||
}
|
||||
... on MergeHighlightError {
|
||||
errorCodes
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user