Compare commits
1 Commits
master
...
live-table
| Author | SHA1 | Date | |
|---|---|---|---|
| a7ac7c0f31 |
@@ -3338,14 +3338,6 @@ export type QuotaStatusGql = {
|
||||
tierName: Scalars["String"]["output"];
|
||||
};
|
||||
|
||||
export type RgbColorGql = {
|
||||
__typename?: "RGBColorGQL";
|
||||
b: Scalars["Int"]["output"];
|
||||
g: Scalars["Int"]["output"];
|
||||
hex: Scalars["String"]["output"];
|
||||
r: Scalars["Int"]["output"];
|
||||
};
|
||||
|
||||
export enum ReactionEnum {
|
||||
Bullseye = "BULLSEYE",
|
||||
Heart = "HEART",
|
||||
@@ -3811,7 +3803,6 @@ export type SyncAppleSubscriptionResultGql = {
|
||||
export type TableStateGql = {
|
||||
__typename?: "TableStateGQL";
|
||||
homography?: Maybe<HomographyInfoGql>;
|
||||
identifierToColor: Array<Maybe<RgbColorGql>>;
|
||||
identifierToPosition: Array<Array<Scalars["Float"]["output"]>>;
|
||||
};
|
||||
|
||||
|
||||
@@ -1020,14 +1020,6 @@ type PlayerClusterShotGQL {
|
||||
type TableStateGQL {
|
||||
identifierToPosition: [[Float!]!]!
|
||||
homography: HomographyInfoGQL
|
||||
identifierToColor: [RGBColorGQL]!
|
||||
}
|
||||
|
||||
type RGBColorGQL {
|
||||
r: Int!
|
||||
g: Int!
|
||||
b: Int!
|
||||
hex: String!
|
||||
}
|
||||
|
||||
input HomographyInputGQL {
|
||||
|
||||
Reference in New Issue
Block a user