We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5a367a commit a8b3d43Copy full SHA for a8b3d43
src/components/marked/users-schema.ts
@@ -67,6 +67,7 @@ const ImageType = new GraphQLObjectType({
67
// @ts-expect-error -- fixme
68
const FriendConnection = new GraphQLObjectType({
69
name: "FriendConnection",
70
+ // @ts-expect-error -- fixme
71
fields: () => ({
72
totalCount: { type: GraphQLInt },
73
friends: { type: new GraphQLList(UserType) },
0 commit comments