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