Timothy J. Warren
3965f137e1
Some checks reported errors
timw4mail/HummingBirdAnimeClient/pipeline/head Something is wrong with the build of this commit
14 lines
161 B
JavaScript
14 lines
161 B
JavaScript
query ($id: Int) {
|
|
MediaList (id: $id) {
|
|
id
|
|
userId
|
|
mediaId
|
|
status
|
|
score(format: POINT_10)
|
|
progress
|
|
progressVolumes
|
|
repeat
|
|
private
|
|
notes
|
|
}
|
|
} |