Github API - Test Config

SponsorsTierAdminInfo [object]

SponsorsTier information only visible to users that can administer the associated Sponsors listing.

Attributes
isDraft Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Indicates whether this tier is still a work in progress by the sponsorable and
not yet published to the associated GitHub Sponsors profile. Draft tiers
cannot be used for new sponsorships and will not be in use on existing
sponsorships. Draft tiers cannot be seen by anyone but the admins of the
GitHub Sponsors profile.

isPublished Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Indicates whether this tier is published to the associated GitHub Sponsors
profile. Published tiers are visible to anyone who can see the GitHub Sponsors
profile, and are available for use in sponsorships if the GitHub Sponsors
profile is publicly visible.

isRetired Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Indicates whether this tier has been retired from the associated GitHub
Sponsors profile. Retired tiers are no longer shown on the GitHub Sponsors
profile and cannot be chosen for new sponsorships. Existing sponsorships may
still use retired tiers if the sponsor selected the tier before it was retired.

sponsorships SponsorshipConnection

SponsorshipConnection [object]

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

Attributes
edges SponsorshipEdge []

A list of edges.

nodes Sponsorship []

A list of nodes.

pageInfo PageInfo

Information to aid in pagination.

totalCount Int

Identifies the total count of items in the connection.

totalRecurringMonthlyPriceInCents Int

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

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

The sponsorships using this tier.

API:
Github GraphQL API