Skip to content

Commit aa42582

Browse files
authored
Merge branch 'graphql:source' into source
2 parents 42c4bbf + a8b3d43 commit aa42582

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/marked/users-schema.ts

Lines changed: 1 addition & 0 deletions
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)