diff --git a/src/components/marked/users-schema.ts b/src/components/marked/users-schema.ts index f80f44614a..672aa25571 100644 --- a/src/components/marked/users-schema.ts +++ b/src/components/marked/users-schema.ts @@ -67,6 +67,7 @@ const ImageType = new GraphQLObjectType({ // @ts-expect-error -- fixme const FriendConnection = new GraphQLObjectType({ name: "FriendConnection", + // @ts-expect-error -- fixme fields: () => ({ totalCount: { type: GraphQLInt }, friends: { type: new GraphQLList(UserType) },