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

Daten der Mitglieder "nicht mehr" über GraphQL verfügbar #76

Open
ScholliYT opened this issue Oct 13, 2019 · 0 comments
Open

Daten der Mitglieder "nicht mehr" über GraphQL verfügbar #76

ScholliYT opened this issue Oct 13, 2019 · 0 comments

Comments

@ScholliYT
Copy link
Member

Das script in hier funktioniert nicht mehr, da es in der GraphQL API von GitHub die members nicht mehr in einer organization gibt.

Evtl. kann man die Benutzer über die membersWithRole Eigenschaft abrufen (auch wenn der name eher darauf schließen lässt, dass nur Benutzer die auch eine Rolle wie zB. "Maintainer" haben angezeigt werden). Leider kann ich das nicht testen (authorization):
Screenshot_427

GitHub GraphQL Explorer

{
  organization(login: "codeformuenster") {
    name
    membersWithRole(first: 100) {
      totalCount
       edges {
          cursor
          node {
            avatarUrl
            login
            url
            name
          }
        }
    }
  }
}
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