[FA-24] Reading lists
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
mutation UpdateReadingList($input: UpdateReadingListInput!) {
|
||||
updateReadingList(input: $input) {
|
||||
readingListPayload {
|
||||
success
|
||||
readingList {
|
||||
id
|
||||
name
|
||||
description
|
||||
itemCount
|
||||
createdTime
|
||||
}
|
||||
}
|
||||
errors {
|
||||
... on Error {
|
||||
message
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user