Skip to content

Commit ba2f95e

Browse files
committed
updated connections tests
1 parent dbb436c commit ba2f95e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/analysis/buildTypeWeights.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,8 @@ describe('Test buildTypeWeightsFromSchema function', () => {
314314
type Character {
315315
id: ID!
316316
name: String!
317-
friends(first:Int after: String): [FriendsConnection]
317+
friends(first:Int after: String): [Character]
318+
friendsConnection (first: Int): FriendsConnection
318319
}
319320
type FriendsConnection {
320321
totalCount: Int

0 commit comments

Comments
 (0)