julienFlexsoft

Results 1 issues of julienFlexsoft

I am using version 7.2.2. Right now I am using a custom GraphQLMiddleware. It looks like this: ```csharp var result = await _executer.ExecuteAsync(options => { options.Schema = schema; options.Query =...