2018-09-26 22:31:04 -04:00
|
|
|
query ($name: String, $type: MediaType) {
|
|
|
|
MediaListCollection(userName: $name, type: $type) {
|
|
|
|
lists {
|
|
|
|
entries {
|
|
|
|
id
|
|
|
|
mediaId
|
|
|
|
score
|
|
|
|
progress
|
|
|
|
progressVolumes
|
|
|
|
repeat
|
|
|
|
private
|
|
|
|
notes
|
|
|
|
status
|
2018-09-27 16:45:12 -04:00
|
|
|
updatedAt
|
2018-09-26 22:31:04 -04:00
|
|
|
media {
|
|
|
|
id
|
|
|
|
idMal
|
|
|
|
title {
|
|
|
|
romaji
|
|
|
|
english
|
|
|
|
native
|
|
|
|
userPreferred
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|