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