From 514f2ef928b6c6d78aa52a610196669c95564962 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 9 Apr 2024 22:34:54 -0600 Subject: [PATCH] Add user to shot gql --- src/index.tsx | 1 + src/schema.gql | 1 + 2 files changed, 2 insertions(+) diff --git a/src/index.tsx b/src/index.tsx index 90ce58f..3f6265f 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -330,6 +330,7 @@ export type ShotGql = { pocketingIntentionFeatures?: Maybe; startFrame?: Maybe; updatedAt?: Maybe; + user?: Maybe; videoId?: Maybe; }; diff --git a/src/schema.gql b/src/schema.gql index 2a341d5..0b4a5c2 100644 --- a/src/schema.gql +++ b/src/schema.gql @@ -140,6 +140,7 @@ type ShotGQL { cueObjectFeatures: CueObjectFeaturesGQL pocketingIntentionFeatures: PocketingIntentionFeaturesGQL bankFeatures: BankFeaturesGQL + user: UserGQL } """