mutation($id: ID!, $progress: Int!) {
libraryEntry{
update(input: { id: $id, progress: $progress }) {
libraryEntry {
id
progress
status
}