implement all Data Helper Requirements ...
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using GraphQL.Types;
|
||||
|
||||
namespace xWebinarService.DataHelper.GraphQL
|
||||
{
|
||||
public class XWebinarSubscriberGraphSchema
|
||||
public class XWebinarSubscriberGraphSchema : Schema
|
||||
{
|
||||
|
||||
public XWebinarSubscriberGraphSchema(IServiceProvider services) : base(services)
|
||||
{
|
||||
Query = (XWebinarSubscriberGraphQuery)services.GetService(typeof(XWebinarSubscriberGraphQuery));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user