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