Where to run a dataset for a smart contract

Where can I input this or how to i execute this EVM dataset for a smart contract. Not the one in the dataset itself but, where do i actually execute this to get results? {
EVM(dataset: archive, network: eth) {
TokenHolders(
date: "2024-03-01"
tokenSmartContract: "0x60E4d786628Fea6478F785A6d7e704777c86a7c6"
limit: {count: 100}
orderBy: {descending: Balance_Amount}
) {
Holder {
Address
}
Balance {
Amount
}
}
}
}

1 Like