``` query GetObjs{ objs{ rules{ id ...
# prisma-whats-new
l
Copy code
query GetObjs{
  objs{
    rules{
      id
    }
  }
}
to return all the rules instead of having to do
objs.rules.petsAllowed
?