fix GraphQL DI Registration Using Generics ...

This commit is contained in:
2026-05-10 00:13:10 +03:30
parent 2a0e8e4074
commit ac462bd7a7
2 changed files with 18 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ using xServices.Models.Entities;
namespace xServices.Providers
{
public class XTestGraphQuery : XBaseGraphQLQuery<XTest, Guid, XTestGraphType, GuidGraphType>, IXTestGraphQuery
public class XTestGraphQuery : XBaseGraphQLQuery<XTest, Guid, XTestGraphType, GuidGraphType>
{
public XTestGraphQuery(
XDataServiceConfiguration configuration,