Compare commits
2 Commits
f40c223dfc
...
582c20170d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
582c20170d | ||
| ef4782fc14 |
19877
src/index.tsx
19877
src/index.tsx
File diff suppressed because it is too large
Load Diff
@@ -9,6 +9,9 @@ query GetTableState(
|
||||
useHomography: $useHomography
|
||||
) {
|
||||
identifierToPosition
|
||||
identifierToColor {
|
||||
hex
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,6 +21,9 @@ query GetLiveTableState($videoId: Int!) {
|
||||
frameIndex
|
||||
tableState {
|
||||
identifierToPosition
|
||||
identifierToColor {
|
||||
hex
|
||||
}
|
||||
homography {
|
||||
...HomographyInfo
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user