Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import from GitHub's sponsporship #3

Open
azu opened this issue Feb 27, 2021 · 0 comments
Open

Import from GitHub's sponsporship #3

azu opened this issue Feb 27, 2021 · 0 comments
Labels
Type: Documentation Documentation only changes

Comments

@azu
Copy link
Owner

azu commented Feb 27, 2021

{
  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 azu added the Type: Documentation Documentation only changes label Feb 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Documentation Documentation only changes
Projects
None yet
Development

No branches or pull requests

1 participant