Import from GitHub's sponsporship
- Dominant language
- TypeScript
- Stars
- 33
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
```
{
user(login: "azu") {
sponsorshipsAsSponsor(first: 10) {
edges {
node {
id
privacyLevel
sponsorable {
sponsorsListing {
name
}
}
tier {
id
monthlyPriceInCents
monthlyPriceInDollars
description
}
}
}
}
}
}
```
Others can not see `tier`.
## Idea
- Add guide on how to run graphql by the user and paste to SpreadSheet
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the GraphQL query in the issue and verify which sponsorship fields are visible to other users, especially tier. Add a guide explaining how a user can run the query and paste the result into a spreadsheet, including the limitation that others cannot see tier.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github, graphql
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100