Skip to content

Commit a8b3d43

Browse files
authored
add ts ignore for user schema (#1913)
1 parent f5a367a commit a8b3d43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/marked/users-schema.ts

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ const ImageType = new GraphQLObjectType({
6767
// @ts-expect-error -- fixme
6868
const FriendConnection = new GraphQLObjectType({
6969
name: "FriendConnection",
70+
// @ts-expect-error -- fixme
7071
fields: () => ({
7172
totalCount: { type: GraphQLInt },
7273
friends: { type: new GraphQLList(UserType) },

0 commit comments

Comments
 (0)