This commit is contained in:
2026-05-15 02:51:02 +03:30
parent 2a88195d15
commit d47f57a620
17 changed files with 1268 additions and 64 deletions
+4 -5
View File
@@ -353,9 +353,8 @@ namespace xDataService.DI
if (isValid)
{
//
string graphPath = $"{helper.GetGraphQLPath()}";
// string graphPath = $"{dataServiceConfiguration.GraphQLBasePath}{helper.GetGraphQLPath()}";
graphPath = $"{helper.GetGraphQLPath()}";
var graphPath = $"{helper.GetGraphQLPath()}";
var graphBasePath = $"{dataServiceConfiguration.GraphQLBasePath}";
typeof(XDataServiceHelper).InvokeGenericMethod(
methodName: "UseXGraphQL",
runtimeTypes: [
@@ -370,9 +369,9 @@ namespace xDataService.DI
],
args: [
source,
graphBasePath,
graphPath,
withPlayground,
null
withPlayground
]
);