Adam Berkowitz
Adam Berkowitz
Is there any update on this? I'm noticing the same issue in my case. I have one column set for "Details" that admins can see which give all the details...
looking more at the `AbstractConnectionResolver` in the `get_nodes` method, there's [a call to `$this->get_node_by_id($id)` on line 577](https://github.com/wp-graphql/wp-graphql/blob/develop/src/Data/Connection/AbstractConnectionResolver.php#L577). however, when I go to [the `get_node_by_id` method](https://github.com/wp-graphql/wp-graphql/blob/develop/src/Data/Connection/AbstractConnectionResolver.php#L362-L364) and try to send `wp_send_json`,...