You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to have endpoints in the Graph initialization call that is dynamically constructed out of data received from other graph endpoint calls return values?
An example of this function would be to use the first Graph endpoint call to get the "Groups" a user belongs to and then looping through each group in the array with calls to fetch the "Members" of each group based on a URL endpoint constructed using the "Group.ID" property of each array item.
Or is there another way to execute a method with the same functionality after the call comes back from the Graph initialization using a watcher or something? I'm not having any luck, any help would be appreciated
The text was updated successfully, but these errors were encountered:
Is it possible to have endpoints in the Graph initialization call that is dynamically constructed out of data received from other graph endpoint calls return values?
An example of this function would be to use the first Graph endpoint call to get the "Groups" a user belongs to and then looping through each group in the array with calls to fetch the "Members" of each group based on a URL endpoint constructed using the "Group.ID" property of each array item.
Or is there another way to execute a method with the same functionality after the call comes back from the Graph initialization using a watcher or something? I'm not having any luck, any help would be appreciated
The text was updated successfully, but these errors were encountered: