remove id for now, use string instead of base64
All checks were successful
Tests / Tests (pull_request) Successful in 16s

This commit is contained in:
2024-11-07 17:08:35 -08:00
parent 655e59c43c
commit 73771a263a
2 changed files with 3 additions and 9 deletions

View File

@@ -214,14 +214,13 @@ query GetHeaderInfoByVideoId($videoId: Int!) {
}
}
mutation FindPrerecordTableLayout($b64Image: Base64!, $videoId: Int!) {
mutation FindPrerecordTableLayout($b64Image: String!, $videoId: Int!) {
findPrerecordTableLayout(b64Image: $b64Image, videoId: $videoId) {
...HomographyInfo
}
}
fragment HomographyInfo on HomographyInfoGQL {
id
frameIndex
crop {
left