Github API - Test Config

SponsorshipConnection [object]

A list of sponsorships either from the subject or received by the subject.

Attributes
edges SponsorshipEdge []

SponsorshipEdge [object]

An edge in a connection.

Attributes
cursor String

A cursor for use in pagination.

The item at the end of the edge.

API:
Github GraphQL API

A list of edges.

nodes 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

A list of nodes.

pageInfo PageInfo

PageInfo [object]

Information about pagination in a connection.

Attributes
endCursor String

When paginating forwards, the cursor to continue.

hasNextPage Boolean

When paginating forwards, are there more items?

hasPreviousPage Boolean

When paginating backwards, are there more items?

startCursor String

When paginating backwards, the cursor to continue.

API:
Github GraphQL API

Information to aid in pagination.

totalCount Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

Identifies the total count of items in the connection.

totalRecurringMonthlyPriceInCents Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

The total amount in cents of all recurring sponsorships in the connection
whose amount you can view. Does not include one-time sponsorships.

totalRecurringMonthlyPriceInDollars Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

The total amount in USD of all recurring sponsorships in the connection whose
amount you can view. Does not include one-time sponsorships.

API:
Github GraphQL API