Skip to content

Commit 218e1bc

Browse files
committed
Merge branch 'feature/deprecation' of github.com:smitt04/graphql-js into feature/deprecation
2 parents f381ccc + f84a7df commit 218e1bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities/__tests__/schemaPrinter-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ describe('Type System Printer', () => {
892892
interfaces: [__Type!]
893893
possibleTypes: [__Type!]
894894
enumValues(includeDeprecated: Boolean = false): [__EnumValue!]
895-
inputFields: [__InputValue!]
895+
inputFields(includeDeprecated: Boolean = false): [__InputValue!]
896896
ofType: __Type
897897
}
898898

0 commit comments

Comments
 (0)