Github API - Test Config

CreateSponsorshipPayload [object]

Autogenerated return type of CreateSponsorship

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.

sponsorship Sponsorship

Sponsorship [object]

A sponsorship relationship between a sponsor and a maintainer

Implements
Node
Attributes
createdAt DateTime

Identifies the date and time when the object was created.

id ID

The Node ID of the Sponsorship object

isActive Boolean

Whether the sponsorship is active. False implies the sponsor is a past sponsor
of the maintainer, while true implies they are a current sponsor.

isOneTimePayment Boolean

Whether this sponsorship represents a one-time payment versus a recurring sponsorship.

isSponsorOptedIntoEmail Boolean

Whether the sponsor has chosen to receive sponsorship update emails sent from
the sponsorable. Only returns a non-null value when the viewer has permission to know this.

maintainer User

The entity that is being sponsored

Deprecated: `Sponsorship.maintainer` will be removed. Use `Sponsorship.sponsorable` instead. Removal on 2020-04-01 UTC.
paymentSource SponsorshipPaymentSource

The platform that was most recently used to pay for the sponsorship.

privacyLevel SponsorshipPrivacy

The privacy level for this sponsorship.

sponsor User

The user that is sponsoring. Returns null if the sponsorship is private or if sponsor is not a user.

Deprecated: `Sponsorship.sponsor` will be removed. Use `Sponsorship.sponsorEntity` instead. Removal on 2020-10-01 UTC.
sponsorEntity Sponsor

The user or organization that is sponsoring, if you have permission to view them.

sponsorable Sponsorable

The entity that is being sponsored

The associated sponsorship tier

tierSelectedAt DateTime

Identifies the date and time when the current tier was chosen for this sponsorship.

API:
Github GraphQL API

The sponsorship that was started.

API:
Github GraphQL API