diff --git a/src/graphql/query/chats-load.ts b/src/graphql/query/chats-load.ts index 2496b98e..fb92819b 100644 --- a/src/graphql/query/chats-load.ts +++ b/src/graphql/query/chats-load.ts @@ -17,7 +17,6 @@ export default gql` unread description updated_at - private messages { id body diff --git a/src/graphql/types.gen.ts b/src/graphql/types.gen.ts index 54a3f234..1847b5f7 100644 --- a/src/graphql/types.gen.ts +++ b/src/graphql/types.gen.ts @@ -66,7 +66,6 @@ export type Chat = { id: Scalars['String']['output'] members?: Maybe>> messages?: Maybe>> - private?: Maybe title?: Maybe unread?: Maybe updated_at: Scalars['Int']['output']