Skip to content

Commit

Permalink
Better GraphQL for team members
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-r-bigelow committed Sep 15, 2023
1 parent 1636393 commit 7a85ec7
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,26 @@ jobs:
organization(login: "resbazaz") {
teams(first:100) {
nodes {
id
name
members(first:100) {
nodes {
id
}
}
}
}
membersWithRole(first:100) {
nodes {
id
name
login
bio
company
socialAccounts(first:10) {
edges {
node {
id
name
login
provider
url
}
}
}
Expand Down

0 comments on commit 7a85ec7

Please sign in to comment.