Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane32 committed Aug 19, 2024
1 parent e43d770 commit 7ff8b98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GraphQLParser.ApiTests/GraphQLParser.approved.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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) { }
Expand Down

0 comments on commit 7ff8b98

Please sign in to comment.