Hello can someone help me graph the microsoft graph api with the npm library:
@microsoft/microsoft-graph-client
Here is the code that isn't working
var response = await graphClient
.api('/sites')
.top(5)
.get();
[login to view URL]('response', response)