Hi I am using ResourceGraphClient, the default returns 1000 records.
The document says it could return up to 5000, and it can be controlled by options with top, skip and skipToken.
How do I get skipToken ?
Here is the link I am referring to ?
https://docs.microsoft.com/en-us/javascript/api/@azure/arm-resourcegraph/queryrequestoptions?view=azure-node-latest#skipToken
With az graph, I can get default 5000 records. But I do not know how to get 5000 records with sdk ResourceGraphClient ?
Could someone please give me an example ?
