CreateSponsorsTierInput Input Object
Autogenerated input type of CreateSponsorsTier
Fields
#
description
A description of what this tier is, what perks sponsors might receive, what a sponsorship at this tier means for you, etc.
isRecurring
Whether sponsorships using this tier should happen monthly/yearly or just once.
Default: truepublish
Whether to make the tier available immediately for sponsors to choose. Defaults to creating a draft tier that will not be publicly visible.
repositoryId
Optional ID of the private repository that sponsors at this tier should gain read-only access to. Must be owned by an organization.
repositoryName
Optional name of the private repository that sponsors at this tier should gain read-only access to. Must be owned by an organization. Necessary if repositoryOwnerLogin is given. Will be ignored if repositoryId is given.
repositoryOwnerLogin
Optional login of the organization owner of the private repository that sponsors at this tier should gain read-only access to. Necessary if repositoryName is given. Will be ignored if repositoryId is given.
sponsorableId
The ID of the user or organization who owns the GitHub Sponsors profile. Defaults to the current user if omitted and sponsorableLogin is not given.
sponsorableLogin
The username of the user or organization who owns the GitHub Sponsors profile. Defaults to the current user if omitted and sponsorableId is not given.
Usages
#
References
#
- Argument input of field createSponsorsTier from type Mutation
CreateSponsorsListingPayload
