public GraphQLServerMiddleware(OwinMiddleware next, GraphQlExecuter executer)
     : base(next)
 {
     this.executer = executer;
 }
 public void GivenIHaveInitialisedTheGraphqlServer()
 {
     executer = Bootstrapper.Bootstrap(1);
 }
 public void GivenIHaveInitialisedTheGraphqlServer()
 {
     executer = Bootstrapper.Bootstrap(1);
 }