28 lines
368 B
JavaScript
28 lines
368 B
JavaScript
query ($name: String, $type: MediaType) {
|
|
MediaListCollection(userName: $name, type: $type) {
|
|
lists {
|
|
entries {
|
|
id
|
|
mediaId
|
|
score
|
|
progress
|
|
progressVolumes
|
|
repeat
|
|
private
|
|
notes
|
|
status
|
|
updatedAt
|
|
media {
|
|
id
|
|
idMal
|
|
title {
|
|
romaji
|
|
english
|
|
native
|
|
userPreferred
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |