mutation UpsertBookmark($input: UpsertBookmarkInput!) { upsertBookmark(input: $input) { bookmarkPayload { success bookmark { id chapterId novelId description createdTime } } errors { ... on Error { message } } } }