AccountName not implement in solanainstructionaccount

[ { “message”: “Error executing Solana::Cube::InstructionAccountCube: Field accountName is not implemented for #Activecube::Query::CubeQuery:0x00007f5ac75762e0”, “locations”: [ { “line”: 3, “column”: 5 } ], “path”: [ “solana”, “instructionAccounts” ], “error_type”: “client” } ]

for graphql query

query MyQuery {
solana {
instructionAccounts(
options: {limit: 5}
programId: {is: “TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA”}
) {
account(accountName: {is: “B5Yu7YNu5cFvLQzAjww1ESi747JBVv7EUgoKiy7jwdHB”}) {
owner
}
}
}
}
this seems to be a bug how can i fix it

Are you looking for this