add some changes on GraphQL Implementations ...
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user