I am trying to retrieve the switch port an asset is plugged into.
Using the networks.connection.key already gives me network switch along with the SnmpInfos.
What I am missing is the lookup of switch port by MAC, which appearently exists on the Webpage:
query getNetworkInformation{
...
snmpAssetMacsByMac {}
...
}
How would I do this in a proper GraphQL query against the Data API?