Created
November 22, 2019 02:35
-
-
Save antn/d0be8cf91bc8f73072fd54e324e3963c to your computer and use it in GitHub Desktop.
Funding links for a repository
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
repository(owner: "babel", name: "babel") { | |
nameWithOwner | |
fundingLinks { | |
platform | |
url | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": { | |
"repository": { | |
"nameWithOwner": "babel/babel", | |
"fundingLinks": [ | |
{ | |
"platform": "GITHUB", | |
"url": "https://github.com/babel" | |
}, | |
{ | |
"platform": "OPEN_COLLECTIVE", | |
"url": "https://opencollective.com/babel" | |
} | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment