-
Notifications
You must be signed in to change notification settings - Fork 40
Closed
Labels
Description
Are there any good examples of how to use delta queries with the Go SDK for MS Graph? It feels like I've been bashing my head against a brick wall, and I always end up with the error below from msgraphcore.NewPageIterator:
*errors.errorString > error: &errors.errorString{s:"response does not have next link accessor"}
...when I can clearly see that the initial response does have an @odata.nextLink field populated.
A full example of how to use a delta query against https://graph.microsoft.com/v1.0/users would be very helpful!
Cheers,
Einar