last ...
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using GraphQL.Types;
|
||||
using xDataService.Interfaces;
|
||||
using xServices.Models.Entities;
|
||||
using xServices.Providers;
|
||||
|
||||
namespace xServices.Interfaces
|
||||
{
|
||||
public interface IXTestGraphQuery : IXBaseGraphQLQuery<XTest, Guid, XTestGraphType, GuidGraphType>
|
||||
{}
|
||||
}
|
||||
Reference in New Issue
Block a user