12 lines
168 B
JavaScript
12 lines
168 B
JavaScript
mutation($id: ID!, $progress: Int!) {
|
|
libraryEntry{
|
|
update(input: { id: $id, progress: $progress }) {
|
|
libraryEntry {
|
|
id
|
|
progress
|
|
status
|
|
}
|
|
}
|
|
}
|
|
}
|