Fixed AuditInterceptor.cs , add GraphQL error logging, add translation request get

This commit is contained in:
gamer147
2025-11-18 13:14:31 -05:00
parent 0c1705ebe1
commit 716087e4a4
6 changed files with 56 additions and 4 deletions

View File

@@ -12,6 +12,7 @@ public static class GraphQLExtensions
return services.AddGraphQLServer()
.AddQueryType<TQuery>()
.AddMutationType<TMutation>()
.AddDiagnosticEventListener<ErrorEventListener>()
.AddType<UnsignedIntType>()
.AddType<InstantType>()
.AddMutationConventions(applyToAllMutations: true)