Skip to content

Commit 95fcced

Browse files
committed
3 input fields
1 parent 572b51f commit 95fcced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validation/__tests__/MaxIntrospectionDepthRule-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ describe('Validate: Max introspection nodes rule', () => {
137137
]);
138138
});
139139

140-
it('3 possibleTypes deep introspection query from __schema', () => {
140+
it('3 inputFields deep introspection query from __schema', () => {
141141
expectErrors(`
142142
{
143143
__schema {

0 commit comments

Comments
 (0)