Are there any plans for introducing a filter/search for GET (all) style endpoints?
My motivation for this is implementing a searchable table view for some protocol.
Currently, I believe the best way to implement this would be the read-model/postgraphile. But the drawback here is that it is difficult and complicated to craft the request and parse the response. By contrast, swagger offers code generation.
This would be a major improvement for me too. If we want to push architectures with no/lean intermediate API layers this is really what’s missing. Can’t seem to find any info on the planning though.
Thank you @Stuart_Shannon@Joe_Gaffney and @Lukas_Legters for the clear input and strong need signalling!
We will discuss if/how/when to bring this to like and come back to you!