Search over multiple name predicates

Interfaces are graphQL only, but the handling of the logic can be done in DQL without interfaces.

I believe with an interface in GraphQL you can only filter with the interfaces predicates. GraphQL unions may also help your use case when they get released.

DQL query blocks would make this pretty easy. I can try to write up a quick example sometime later.

1 Like