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 }