azu / philan.net

Public Donation Management webservice for Philanthropist.
https://philan.net
33 stars 1 forks source link

Import from GitHub's sponsporship #3

Open azu opened 3 years ago

azu commented 3 years ago
{
  user(login: "azu") {
    sponsorshipsAsSponsor(first: 10) {
      edges {
        node {
          id
          privacyLevel
          sponsorable {
            sponsorsListing {
              name
            }
          }
          tier {
            id
            monthlyPriceInCents
            monthlyPriceInDollars
            description
          }
        }
      }
    }
  }
}

Others can not see tier.

Idea