forked from DebaucheryLibrarian/traxxx
Re-added trailer to scene API query.
This commit is contained in:
parent
e60153ad01
commit
e55bc1ef33
|
@ -97,6 +97,16 @@ const releaseFields = `
|
||||||
size
|
size
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
trailer: releasesTrailerByReleaseId @include (if: $full) {
|
||||||
|
media {
|
||||||
|
id
|
||||||
|
path
|
||||||
|
s3: isS3
|
||||||
|
vr: isVr
|
||||||
|
quality
|
||||||
|
size
|
||||||
|
}
|
||||||
|
}
|
||||||
createdAt
|
createdAt
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue