How to use delta query for groups in graph api to track all the changes in appRoleAssignments. according to documentation it is possible but could not see any example how to implement

Eyal Ringwald 45 Reputation points
2024-07-29T19:45:12.88+00:00

I am using the typescript SDK to fetch all the gourp data and using the delta feature to bring all the changes once in a while. I need to bring the changes in the appRoleAssignments and according to documentation you can bring many relationship and appRoleAssignments is one of them.
I tried to do client.select('appRoleAssignments').get() but i got only a list of ids of the groups , i believe it is from the select fields.
what is the syntax here for typescript ?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,459 questions
0 comments No comments
{count} votes