Richard Aubin
Richard Aubin
@fredoche1810 I would love to have an implementation of your code to filter on meta_data by key and value... any chance you can help me out?
> How about creating a support/facade class to create a scope when calling the mediatr methods? Something like this: > > ``` > public async Task SendAsync( > IRequest request,...
> @richardaubin What is `IScopeFactory`? Is that the same as `IServiceScopeFactory` ? My implementation looked similar, but I injected the whole `IServiceProvider`. Just wanted to make sure I'm not missing...
I believe this might be an issue with enums. The schema contains enums that begin with _ which are the 14 errors in the generated source code. enum MediaItemSizeEnum {...
After going and manually fixing the enum errors to include the _ in the generated source, a whole bunch of other errors sprang up: 
[wpgraphql.zip](https://github.com/byme8/ZeroQL/files/14175564/wpgraphql.zip) This is sdl version of the schema.
I appreciate that.
Hello, are you making progress?
Thanks for staying on this. Wordpress has various 'post' types, including 'post' and 'pages' by default. The EditorBlock interface is provided by a 3rd party plugin which adds graphql functionality...
So though they each have the same properties, the interfaces are only being used as markers.