We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503707c commit fc0d286Copy full SHA for fc0d286
Examples/GitSponsors.gql
@@ -0,0 +1,28 @@
1
+query {
2
+ viewer {
3
+ ... on Sponsorable {
4
+ sponsors(first: 100) {
5
+ totalCount
6
+ nodes {
7
+ ... on User {
8
+ login
9
+ }
10
+ ... on Organization {
11
12
13
14
15
+ sponsoring(first: 100) {
16
17
18
19
20
21
22
23
24
25
26
27
28
+}
0 commit comments