- [ ] `selection!` macro add arbitrary values Eg. `selection!(user, { __type: "user", name, email });` - This would be cool but may not be possible - [ ] `selection!` macro subselection Eg. `selection!(userWithPets, { name, email, pets: { name, email });`
selection!macro add arbitrary values Eg.selection!(user, { __type: "user", name, email });- This would be cool but may not be possibleselection!macro subselection Eg.selection!(userWithPets, { name, email, pets: { name, email });