Skip to content

Commit

Permalink
add ts ignore for user schema (#1913)
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj authored Dec 27, 2024
1 parent f5a367a commit a8b3d43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/marked/users-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) },
Expand Down

0 comments on commit a8b3d43

Please sign in to comment.