last works on XString Service for Entities and Dtos ...
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using GraphQL.Types;
|
||||
|
||||
namespace xDataHelper.Providers.GraphQL
|
||||
{
|
||||
public class XStringGraphSchema : Schema
|
||||
{
|
||||
public XStringGraphSchema(IServiceProvider services) : base(services)
|
||||
{
|
||||
Query = (XStringGraphQuery)services.GetService(typeof(XStringGraphQuery));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user