Fork me on GitHub
#qlkit2019-01-30
>
dominicm21:01:55

https://medium.com/@conrad_9565/lets-build-a-ui-with-qlkit-and-graph-queries-79b7b118ddac In this example, TodoList becomes quite intelligent about what it requests. Is there a way I could write it to be more abstract, so that a parent component (FilteredTodoList) could specify which todos to show? I think I could do it by processing the query result from get-query? But I'm not sure.