Add id to video processing gql

This commit is contained in:
2024-11-07 15:50:51 -07:00
parent 4e610b7df2
commit 08ae9611cf
3 changed files with 6 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ fragment VideoCardFields on VideoGQL {
name
}
currentProcessing {
id
errors {
message
}