Using the new API version to get group,items and column values in one query

I’m trying to find a way to to receive specific column values,ids for every item on specific groups in a specific board. in the last API version I could use this structure:

{ boards(ids: [56476], limit: 1) { groups(ids: ["id1,“id2”]) { id title items { id name column_values( ids: [“status”, “text2r”, “text35”, “text847”] ) { id text } } } } }

But on the new API I couldn’t find a way to do that with one query.
Thanks!

I suggest reviewing the migration guide. This is addressed as the very 1st major change listed in the new API.