I have a custom cloud code method to create a parse object. I'm doing that so I can validate the uniqueness of a few pointer objects, etc.
When I create the object I need to create, can I set the non validated pointers via the object id I get from the client side?
Something like object.set("user", "someuserid");
I'd like to avoid doing the extra find queries if I can when I already have the id.