DEV Community

Discussion on: Vue Apollo v4: the first look

Collapse
 
jcrobles76 profile image
jcrobles76

Hi, thanks for sharing your works! It's a great helping material. Maybe you can help me with a question about How can we do the filtering item's implementation with useQuery. If I have a list of items that I get with a first "useQuery" and then I want filtering by category name for example in a second "useQuery", In your example could be filtering people by names... how can we do that inplementation in composition api. Do I need to update too? Thanks again!