From 71b65a83702ed429a9be8885227301cfd9f509c6 Mon Sep 17 00:00:00 2001 From: ilya-bkv Date: Wed, 26 Apr 2023 06:39:40 +0300 Subject: [PATCH] types.gen.ts --- src/graphql/types.gen.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphql/types.gen.ts b/src/graphql/types.gen.ts index 2a5d7336..604d5416 100644 --- a/src/graphql/types.gen.ts +++ b/src/graphql/types.gen.ts @@ -685,7 +685,7 @@ export type Token = { export type Topic = { body?: Maybe - community?: Community + community: Community id: Scalars['Int'] oid?: Maybe pic?: Maybe