last ...
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using GraphQL.Types;
|
||||
|
||||
namespace xCategoryService.Providers.GraphQL
|
||||
{
|
||||
public class XCategoryGraphSchema : Schema
|
||||
{
|
||||
public XCategoryGraphSchema(IServiceProvider services) : base(services)
|
||||
{
|
||||
Query = (XCategoryGraphQuery)services.GetService(typeof(XCategoryGraphQuery));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user