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 a7f44f7 commit 9fa73fdCopy full SHA for 9fa73fd
src/HotChocolate/Core/src/Types/Types/Factories/DirectiveTypeFactory.cs
@@ -87,6 +87,10 @@ internal sealed class DirectiveTypeFactory
87
Language.DirectiveLocation.InputFieldDefinition,
88
DirectiveLocation.InputFieldDefinition
89
},
90
+ {
91
+ Language.DirectiveLocation.VariableDefinition,
92
+ DirectiveLocation.VariableDefinition
93
+ }
94
};
95
96
public DirectiveType Create(IDescriptorContext context, DirectiveDefinitionNode node)
0 commit comments