Github API - Test Config

CreateSponsorshipsInput [input]

Autogenerated input type of CreateSponsorships

Attributes
clientMutationId String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

A unique identifier for the client performing the mutation.

privacyLevel SponsorshipPrivacy

SponsorshipPrivacy [enum]

The privacy of a sponsorship

Possible values
PRIVATE

Private

PUBLIC

Public

API:
Github GraphQL API

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

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Whether the sponsor should receive email updates from the sponsorables.

recurring Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

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

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

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

sponsorships BulkSponsorship []

BulkSponsorship [input]

Information about a sponsorship to make for a user or organization with a GitHub
Sponsors profile, as part of sponsoring many users or organizations at once.

Attributes
amount Int

The amount to pay to the sponsorable in US dollars. Valid values: 1-12000.

sponsorableId ID

The ID of the user or organization who is receiving the sponsorship. Required if sponsorableLogin is not given.

sponsorableLogin String

The username of the user or organization who is receiving the sponsorship. Required if sponsorableId is not given.

API:
Github GraphQL API

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

API:
Github GraphQL API