Skip to content

Commit

Permalink
feat: GitSponsorshipTiers.gql ( Fixes #25 )
Browse files Browse the repository at this point in the history
  • Loading branch information
James Brundage committed Dec 17, 2024
1 parent fc0d286 commit cccb98a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Examples/GitSponsorshipTiers.gql
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
query getTiers($login: String!) {
user(login: $login) {
sponsorsListing {
tiers(first: 10) {
nodes {
name
description
descriptionHTML
id
isCustomAmount
isOneTime
monthlyPriceInCents
monthlyPriceInDollars
updatedAt
}
}
}
}
}

0 comments on commit cccb98a

Please sign in to comment.