Skip to content

Instantly share code, notes, and snippets.

@antn
Created November 22, 2019 02:35
Show Gist options
  • Save antn/d0be8cf91bc8f73072fd54e324e3963c to your computer and use it in GitHub Desktop.
Save antn/d0be8cf91bc8f73072fd54e324e3963c to your computer and use it in GitHub Desktop.
Funding links for a repository
{
repository(owner: "babel", name: "babel") {
nameWithOwner
fundingLinks {
platform
url
}
}
}
{
"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