User type in Graphql Query #72939
-
Select Topic AreaQuestion BodyI am trying to get list of the members of organisation and outside collaborators using below two queries : List Outside Collaborators : List Organisation members :
I want to know, is there any attribute which would help to determine if it is a member of org or outside collab? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
By the GitHub's GraphQL API documentation, the Cheers. 🍀 |
Beta Was this translation helpful? Give feedback.
-
I do not think that you can fetch both members and outside contributors in the same query. Below, you'll find the queries to fetch both groups.
Hope this helps. Cheers. 🍺 🍀 |
Beta Was this translation helpful? Give feedback.
I do not think that you can fetch both members and outside contributors in the same query. Below, you'll find the queries to fetch both groups.
Hope this helps. Cheers. 🍺
🍀