chore: improving component test infra (#18378)

This commit is contained in:
Tim Griesser
2021-10-06 14:21:13 -04:00
committed by GitHub
parent dfdc537aa4
commit 11ba5c53b1
56 changed files with 632 additions and 498 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ function generateTestExtensions (schema: GraphQLSchema) {
extend type Query {
testFragmentMember: TestUnion!
testFragmentMemberList: [TestUnion!]!
testFragmentMemberList(count: Int = 2): [TestUnion!]!
}
`
}