Skip to content

Commit 771af94

Browse files
saihajryangchung
authored andcommitted
add ts ignore for user schema (#1913)
1 parent 14156a1 commit 771af94

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)