Skip to content

Commit

Permalink
Merge branch 'feature/deprecation' of github.com:smitt04/graphql-js i…
Browse files Browse the repository at this point in the history
…nto feature/deprecation
  • Loading branch information
smitt04 committed Feb 11, 2020
2 parents f381ccc + f84a7df commit 218e1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/__tests__/schemaPrinter-test.js
Expand Up @@ -892,7 +892,7 @@ describe('Type System Printer', () => {
interfaces: [__Type!]
possibleTypes: [__Type!]
enumValues(includeDeprecated: Boolean = false): [__EnumValue!]
inputFields: [__InputValue!]
inputFields(includeDeprecated: Boolean = false): [__InputValue!]
ofType: __Type
}
Expand Down

0 comments on commit 218e1bc

Please sign in to comment.