philan.net icon indicating copy to clipboard operation
philan.net copied to clipboard

Import from GitHub's sponsporship

Open azu opened this issue 5 years ago • 0 comments

{
  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

azu avatar Feb 27 '21 07:02 azu