Is there a way to exclude fields from a pull wildcard (ie. *)? Perhaps a general datomic question. I have a field that's quite large and doesn't need to be loaded most of the time
I don't think there's a syntax for that.
Be explicit about what attributes need to be results set is a good practice though.
Alright, thank you!