Add user to shot gql
This commit is contained in:
parent
7d252d3cc8
commit
514f2ef928
@ -330,6 +330,7 @@ export type ShotGql = {
|
|||||||
pocketingIntentionFeatures?: Maybe<PocketingIntentionFeaturesGql>;
|
pocketingIntentionFeatures?: Maybe<PocketingIntentionFeaturesGql>;
|
||||||
startFrame?: Maybe<Scalars["Int"]["output"]>;
|
startFrame?: Maybe<Scalars["Int"]["output"]>;
|
||||||
updatedAt?: Maybe<Scalars["DateTime"]["output"]>;
|
updatedAt?: Maybe<Scalars["DateTime"]["output"]>;
|
||||||
|
user?: Maybe<UserGql>;
|
||||||
videoId?: Maybe<Scalars["Int"]["output"]>;
|
videoId?: Maybe<Scalars["Int"]["output"]>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -140,6 +140,7 @@ type ShotGQL {
|
|||||||
cueObjectFeatures: CueObjectFeaturesGQL
|
cueObjectFeatures: CueObjectFeaturesGQL
|
||||||
pocketingIntentionFeatures: PocketingIntentionFeaturesGQL
|
pocketingIntentionFeatures: PocketingIntentionFeaturesGQL
|
||||||
bankFeatures: BankFeaturesGQL
|
bankFeatures: BankFeaturesGQL
|
||||||
|
user: UserGQL
|
||||||
}
|
}
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user