Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic Graph Endpoints #26

Open
Xdadevet opened this issue Jun 8, 2020 · 0 comments
Open

Dynamic Graph Endpoints #26

Xdadevet opened this issue Jun 8, 2020 · 0 comments

Comments

@Xdadevet
Copy link

Xdadevet commented Jun 8, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant