I want to return two column values (not just one).
This code get’s me one column value for ship_date but I cannot figure out how to get another column like text4.
items { id name column_values (ids: “ship_date” ) { id value }
the above works but the following does not:
items { id name column_values (ids: “ship_date” “text4” ) { id value }