Github API - Test Config

mutation updatePatreonSponsorability

Toggle the setting for your GitHub Sponsors profile that allows other GitHub
accounts to sponsor you on GitHub while paying for the sponsorship on Patreon.
Only applicable when you have a GitHub Sponsors profile and have connected
your GitHub account with Patreon.

Arguments
input UpdatePatreonSponsorabilityInput

UpdatePatreonSponsorabilityInput [input]

Autogenerated input type of UpdatePatreonSponsorability

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

enablePatreonSponsorships Boolean

Whether Patreon tiers should be shown on the GitHub Sponsors profile page,
allowing potential sponsors to make their payment through Patreon instead of GitHub.

sponsorableLogin String

The username of the organization with the GitHub Sponsors profile, if any.
Defaults to the GitHub Sponsors profile for the authenticated user if omitted.

API:
Github GraphQL API

Parameters for UpdatePatreonSponsorability

Returns
UpdatePatreonSponsorabilityPayload

UpdatePatreonSponsorabilityPayload [object]

Autogenerated return type of UpdatePatreonSponsorability

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

sponsorsListing SponsorsListing

The GitHub Sponsors profile.

API:
Github GraphQL API
API:
Github GraphQL API