From 8ae646a7f04b8a203d9ebe8b1fcd49adbe3e7b80 Mon Sep 17 00:00:00 2001 From: tonyrewin Date: Tue, 15 Nov 2022 18:34:10 +0300 Subject: [PATCH] type-fix --- src/graphql/types.gen.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/graphql/types.gen.ts b/src/graphql/types.gen.ts index 10789e47..39be3548 100644 --- a/src/graphql/types.gen.ts +++ b/src/graphql/types.gen.ts @@ -572,6 +572,7 @@ export type ShoutsBy = { stat?: InputMaybe title?: InputMaybe topic?: InputMaybe + topics?: InputMaybe>> visibility?: InputMaybe }