Github API - Test Config

mutation createSponsorships

Make many sponsorships for different sponsorable users or organizations at
once. Can only sponsor those who have a public GitHub Sponsors profile.

Arguments
input CreateSponsorshipsInput

CreateSponsorshipsInput [input]

Autogenerated input type of CreateSponsorships

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

privacyLevel SponsorshipPrivacy

Specify whether others should be able to see that the sponsor is sponsoring
the sponsorables. Public visibility still does not reveal the dollar value of
the sponsorship.

receiveEmails Boolean

Whether the sponsor should receive email updates from the sponsorables.

recurring Boolean

Whether the sponsorships created should continue each billing cycle for the
sponsor (monthly or annually), versus lasting only a single month. Defaults to
one-time sponsorships.

sponsorLogin String

The username of the user or organization who is acting as the sponsor, paying for the sponsorships.

sponsorships BulkSponsorship []

The list of maintainers to sponsor and for how much apiece.

API:
Github GraphQL API

Parameters for CreateSponsorships

Returns
CreateSponsorshipsPayload

CreateSponsorshipsPayload [object]

Autogenerated return type of CreateSponsorships

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

sponsorables Sponsorable []

The users and organizations who received a sponsorship.

API:
Github GraphQL API
API:
Github GraphQL API