Start creating a separate sync queue for android highlight changes
This commit is contained in:
@ -2,6 +2,7 @@ import { gql } from 'graphql-request'
|
||||
import { gqlFetcher } from '../networkHelpers'
|
||||
|
||||
export async function deleteHighlightMutation(
|
||||
libraryItemId: string,
|
||||
highlightId: string
|
||||
): Promise<boolean> {
|
||||
const mutation = gql`
|
||||
|
||||
@ -3,6 +3,7 @@ import { gqlFetcher } from '../networkHelpers'
|
||||
|
||||
export type UpdateHighlightInput = {
|
||||
highlightId: string
|
||||
libraryItemId?: string
|
||||
annotation?: string
|
||||
sharedAt?: string
|
||||
color?: string
|
||||
|
||||
Reference in New Issue
Block a user