Skip to content

Commit 0a16b27

Browse files
committed
Added missing directives string.
1 parent dfb9f88 commit 0a16b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql/language/visitor_meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
ast.UnionTypeDefinition: ('name', 'directives', 'types'),
4242
ast.EnumTypeDefinition: ('name', 'directives', 'values'),
4343
ast.EnumValueDefinition: ('name', 'directives',),
44-
ast.InputObjectTypeDefinition: ('name', 'fields'),
44+
ast.InputObjectTypeDefinition: ('name', 'directives', 'fields'),
4545

4646
ast.TypeExtensionDefinition: ('definition',),
4747

0 commit comments

Comments
 (0)