Esempio n. 1
0
 protected override void Configure(IObjectTypeDescriptor <Mutation> descriptor)
 {
     descriptor.IncludeQueriesByInterface <IMutationBase>(typeof(IMutationBase).Assembly);
     //descriptor.IncludeTypeByInterface<IResolvable>(IncludeType.Mutation, typeof(IResolvable).Assembly);
 }