We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb9f88 commit 0a16b27Copy full SHA for 0a16b27
graphql/language/visitor_meta.py
@@ -41,7 +41,7 @@
41
ast.UnionTypeDefinition: ('name', 'directives', 'types'),
42
ast.EnumTypeDefinition: ('name', 'directives', 'values'),
43
ast.EnumValueDefinition: ('name', 'directives',),
44
- ast.InputObjectTypeDefinition: ('name', 'fields'),
+ ast.InputObjectTypeDefinition: ('name', 'directives', 'fields'),
45
46
ast.TypeExtensionDefinition: ('definition',),
47
0 commit comments