From 7ff8b987fca6022bfc9d066579359dcf380bf755 Mon Sep 17 00:00:00 2001 From: Shane32 Date: Mon, 19 Aug 2024 17:17:32 -0400 Subject: [PATCH] Update --- src/GraphQLParser.ApiTests/GraphQLParser.approved.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GraphQLParser.ApiTests/GraphQLParser.approved.txt b/src/GraphQLParser.ApiTests/GraphQLParser.approved.txt index 8b0590e..371d212 100644 --- a/src/GraphQLParser.ApiTests/GraphQLParser.approved.txt +++ b/src/GraphQLParser.ApiTests/GraphQLParser.approved.txt @@ -643,6 +643,7 @@ namespace GraphQLParser where TNode : class, GraphQLParser.AST.INamedNode { } public static GraphQLParser.AST.GraphQLFragmentDefinition? FindFragmentDefinition(this GraphQLParser.AST.GraphQLDocument document, GraphQLParser.ROM name) { } public static int FragmentsCount(this GraphQLParser.AST.GraphQLDocument document) { } + public static GraphQLParser.AST.DirectiveLocation GetDirectiveLocation(this GraphQLParser.AST.ASTNode node) { } public static int MaxNestedDepth(this GraphQLParser.AST.ASTNode node) { } public static GraphQLParser.AST.GraphQLOperationDefinition? OperationWithName(this GraphQLParser.AST.GraphQLDocument document, GraphQLParser.ROM operationName) { } public static int OperationsCount(this GraphQLParser.AST.GraphQLDocument document) { }