[FA-27] Bookmark implementation
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
mutation UpsertBookmark($input: UpsertBookmarkInput!) {
|
||||
upsertBookmark(input: $input) {
|
||||
bookmarkPayload {
|
||||
success
|
||||
bookmark {
|
||||
id
|
||||
chapterId
|
||||
novelId
|
||||
description
|
||||
createdTime
|
||||
}
|
||||
}
|
||||
errors {
|
||||
... on Error {
|
||||
message
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user