I've been building out my portfolio and run into one issue trying to build a query for the homepage. The docs don't have a clear example that I can follow, or I've missed it.
I'm trying to query all my projects but I want to filter them by a boolean value (featured) and order them in ascending order but a numeric field (order).
Thanks, I've given that a try and I think what is tripping me up is how I identify the projects from my JSON object ie. what you have called "my.projects".
I can't work out what the client will return from the API to then select my field.
@kris yes it was but initially I struggled to follow along and get it working. I hadn't read the docs properly about using "my" and that's what was confusing me.