Skip to content

Commit 86cacb1

Browse files
committed
Add members with role query to notes
1 parent 48409db commit 86cacb1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,3 +165,18 @@ Project Item Fields Query
165165
}
166166
}
167167
```
168+
169+
Members with Role Query
170+
171+
```
172+
query {
173+
organization(login: "CarletonComputerScienceSociety") {
174+
membersWithRole(first: 100) {
175+
nodes {
176+
login
177+
id
178+
}
179+
}
180+
}
181+
}
182+
```

0 commit comments

Comments
 (0)