add some changes on GraphQL Implementations ...

This commit is contained in:
2026-05-13 23:12:29 +03:30
parent 5385691047
commit 3d7f5b58a8
2 changed files with 13 additions and 5 deletions
+8
View File
@@ -1,4 +1,5 @@
using System;
using xDataService.Configuration;
using xDataService.GraphQL;
using xServices.Interfaces;
using xServices.Models.Entities;
@@ -7,6 +8,13 @@ namespace xServices.Providers
{
public class XTestGraphQLTypeHelper : XBaseGraphQLTypeHelper<XTest, Guid>, IXTestGraphQLTypeHelper
{
public XTestGraphQLTypeHelper(
XDataServiceConfiguration configuration
) : base(configuration)
{
}
public override string GetInQueryCollectionName()
{
return "tests";