2020-08-24 19:17:41 -04:00
|
|
|
query ($slug: String!) {
|
|
|
|
findProfileBySlug(slug: $slug) {
|
2020-09-09 10:23:17 -04:00
|
|
|
libraryEvents(first: 100) {
|
2020-08-24 19:17:41 -04:00
|
|
|
nodes {
|
|
|
|
id
|
|
|
|
changedData
|
|
|
|
kind
|
|
|
|
libraryEntry {
|
|
|
|
reconsumeCount
|
|
|
|
reconsuming
|
|
|
|
private
|
|
|
|
notes
|
|
|
|
}
|
|
|
|
media {
|
|
|
|
__typename
|
|
|
|
id
|
|
|
|
slug
|
|
|
|
posterImage {
|
|
|
|
views {
|
|
|
|
width
|
|
|
|
height
|
|
|
|
url
|
|
|
|
}
|
|
|
|
}
|
|
|
|
titles {
|
|
|
|
alternatives
|
|
|
|
canonical
|
|
|
|
localized
|
|
|
|
}
|
|
|
|
}
|
|
|
|
updatedAt
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|