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