Hello. After several hours "fighting" to be able to connect and make a query, I have managed to do it! The problem I have now is that I don't know how to bring the operating system of each asset., I have tried in various ways without results. Could you tell me how to do that? thank you!
query getAssetResources {
site(id: "xxxxxxxxxxxxxxxxxxxxxxxx") {
assetResources(
fields: [
"assetBasicInfo.name"
"assetBasicInfo.userDomain"
"assetBasicInfo.description"
]
) {
total
items
}
}
}