Add user to shot gql

This commit is contained in:
Ivan Malison 2024-04-09 22:34:54 -06:00
parent 7d252d3cc8
commit 514f2ef928
2 changed files with 2 additions and 0 deletions

View File

@ -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"]>;
}; };

View File

@ -140,6 +140,7 @@ type ShotGQL {
cueObjectFeatures: CueObjectFeaturesGQL cueObjectFeatures: CueObjectFeaturesGQL
pocketingIntentionFeatures: PocketingIntentionFeaturesGQL pocketingIntentionFeatures: PocketingIntentionFeaturesGQL
bankFeatures: BankFeaturesGQL bankFeatures: BankFeaturesGQL
user: UserGQL
} }
""" """