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 bea2b45 commit fb1906eCopy full SHA for fb1906e
src/GraphQLParser/AST/Definitions/GraphQLFragmentDefinition.cs
@@ -5,7 +5,7 @@ namespace GraphQLParser.AST;
5
/// <summary>
6
/// AST node for <see cref="ASTNodeKind.FragmentDefinition"/>.
7
/// </summary>
8
-[DebuggerDisplay("GraphQLFragmentDefinition: {Name}")]
+[DebuggerDisplay("GraphQLFragmentDefinition: {FragmentName.Name.StringValue}")]
9
public class GraphQLFragmentDefinition : GraphQLExecutableDefinition
10
{
11
/// <inheritdoc/>
0 commit comments