Create a new payment tier for your GitHub Sponsors profile.
Arguments
CreateSponsorsTierInput [input]
Autogenerated input type of CreateSponsorsTier
Attributes
The value of the new tier in US dollars. Valid values: 1-12000.
A unique identifier for the client performing the mutation.
A description of what this tier is, what perks sponsors might receive, what a sponsorship at this tier means for you, etc.
Whether sponsorships using this tier should happen monthly/yearly or just once.
Whether to make the tier available immediately for sponsors to choose.
Defaults to creating a draft tier that will not be publicly visible.
Optional ID of the private repository that sponsors at this tier should gain
read-only access to. Must be owned by an organization.
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.
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.
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.
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.
Optional message new sponsors at this tier will receive.
Parameters for CreateSponsorsTier
Returns
CreateSponsorsTierPayload [object]
Autogenerated return type of CreateSponsorsTier
Attributes
A unique identifier for the client performing the mutation.
The new tier.