Open
Description
I don't remember the exact query I have, but certainly plenty of query fields end up as interfaces in Go. In some, maybe all, such cases we allow the pointer: true
directive. But pointers to interfaces don't work well in Go, and they're not intended to be used. We should probably disallow pointer: true
in such cases.