using System; using GraphQL.Types; using MySystem.Models; namespace MySystem.PublicClass.GraphQL { public class Query : ObjectGraphType { public Query(IRepository repository) { } } }