implement Webinar and WebinarSubscriber Entity and Dto (s) and Data Requirements ...
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using GraphQL.Types;
|
||||
|
||||
namespace xWebinarService.Providers.GraphQL
|
||||
{
|
||||
public class XWebinarSubscriberGraphSchema : Schema
|
||||
{
|
||||
public XWebinarSubscriberGraphSchema(IServiceProvider services) : base(services)
|
||||
{
|
||||
Query = (XWebinarSubscriberGraphQuery)services.GetService(typeof(XWebinarSubscriberGraphQuery));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user