{"meta":{"title":"赞助商","intro":"“赞助者”类别中 GraphQL 模式类型的参考文档。","product":"GraphQL API","breadcrumbs":[{"href":"/zh/graphql","title":"GraphQL API"},{"href":"/zh/graphql/reference","title":"参考"},{"href":"/zh/graphql/reference/sponsors","title":"赞助商"}],"documentType":"article"},"body":"# 赞助商\n\n“赞助者”类别中 GraphQL 模式类型的参考文档。\n\n## BulkSponsorship - input object\n\nInformation about a sponsorship to make for a user or organization with a GitHub\nSponsors profile, as part of sponsoring many users or organizations at once.\n\n### Input fields for `BulkSponsorship`\n\n* `amount` (Int!): The amount to pay to the sponsorable in US dollars. Valid values: 1-12000.\n* `sponsorableId` (ID): The ID of the user or organization who is receiving the sponsorship. Required if sponsorableLogin is not given.\n* `sponsorableLogin` (String): The username of the user or organization who is receiving the sponsorship. Required if sponsorableId is not given.\n\n## cancelSponsorship - mutation\n\nCancel an active sponsorship.\n\n### Input fields for `cancelSponsorship`\n\n* `input` (CancelSponsorshipInput!): \n\n### Return fields for `cancelSponsorship`\n\n* `clientMutationId` (String): A unique identifier for the client performing the mutation.\n* `sponsorsTier` (SponsorsTier): The tier that was being used at the time of cancellation.\n\n## CancelSponsorshipInput - input object\n\nAutogenerated input type of CancelSponsorship.\n\n### Input fields for `CancelSponsorshipInput`\n\n* `clientMutationId` (String): A unique identifier for the client performing the mutation.\n* `sponsorId` (ID): The ID of the user or organization who is acting as the sponsor, paying for\nthe sponsorship. Required if sponsorLogin is not given.\n* `sponsorLogin` (String): The username of the user or organization who is acting as the sponsor, paying\nfor the sponsorship. Required if sponsorId is not given.\n* `sponsorableId` (ID): The ID of the user or organization who is receiving the sponsorship. Required if sponsorableLogin is not given.\n* `sponsorableLogin` (String): The username of the user or organization who is receiving the sponsorship. Required if sponsorableId is not given.\n\n## createSponsorship - mutation\n\nStart a new sponsorship of a maintainer in GitHub Sponsors, or reactivate a past sponsorship.\n\n### Input fields for `createSponsorship`\n\n* `input` (CreateSponsorshipInput!): \n\n### Return fields for `createSponsorship`\n\n* `clientMutationId` (String): A unique identifier for the client performing the mutation.\n* `sponsorship` (Sponsorship): The sponsorship that was started.\n\n## CreateSponsorshipInput - input object\n\nAutogenerated input type of CreateSponsorship.\n\n### Input fields for `CreateSponsorshipInput`\n\n* `amount` (Int): The amount to pay to the sponsorable in US dollars. Required if a tierId is not specified. Valid values: 1-12000.\n* `clientMutationId` (String): A unique identifier for the client performing the mutation.\n* `isRecurring` (Boolean): Whether the sponsorship should happen monthly/yearly or just this one time. Required if a tierId is not specified.\n* `privacyLevel` (SponsorshipPrivacy): Specify whether others should be able to see that the sponsor is sponsoring\nthe sponsorable. Public visibility still does not reveal which tier is used.\n* `receiveEmails` (Boolean): Whether the sponsor should receive email updates from the sponsorable.\n* `sponsorId` (ID): The ID of the user or organization who is acting as the sponsor, paying for\nthe sponsorship. Required if sponsorLogin is not given.\n* `sponsorLogin` (String): The username of the user or organization who is acting as the sponsor, paying\nfor the sponsorship. Required if sponsorId is not given.\n* `sponsorableId` (ID): The ID of the user or organization who is receiving the sponsorship. Required if sponsorableLogin is not given.\n* `sponsorableLogin` (String): The username of the user or organization who is receiving the sponsorship. Required if sponsorableId is not given.\n* `tierId` (ID): The ID of one of sponsorable's existing tiers to sponsor at. Required if amount is not specified.\n\n## createSponsorships - mutation\n\nMake many sponsorships for different sponsorable users or organizations at\nonce. Can only sponsor those who have a public GitHub Sponsors profile.\n\n### Input fields for `createSponsorships`\n\n* `input` (CreateSponsorshipsInput!): \n\n### Return fields for `createSponsorships`\n\n* `clientMutationId` (String): A unique identifier for the client performing the mutation.\n* `sponsorables` ([Sponsorable!]): The users and organizations who received a sponsorship.\n\n## CreateSponsorshipsInput - input object\n\nAutogenerated input type of CreateSponsorships.\n\n### Input fields for `CreateSponsorshipsInput`\n\n* `clientMutationId` (String): A unique identifier for the client performing the mutation.\n* `privacyLevel` (SponsorshipPrivacy): Specify whether others should be able to see that the sponsor is sponsoring\nthe sponsorables. Public visibility still does not reveal the dollar value of\nthe sponsorship.\n* `receiveEmails` (Boolean): Whether the sponsor should receive email updates from the sponsorables.\n* `recurring` (Boolean): Whether the sponsorships created should continue each billing cycle for the\nsponsor (monthly or annually), versus lasting only a single month. Defaults to\none-time sponsorships.\n* `sponsorLogin` (String!): The username of the user or organization who is acting as the sponsor, paying for the sponsorships.\n* `sponsorships` ([BulkSponsorship!]!): The list of maintainers to sponsor and for how much apiece.\n\n## createSponsorsListing - mutation\n\nCreate a GitHub Sponsors profile to allow others to sponsor you or your organization.\n\n### Input fields for `createSponsorsListing`\n\n* `input` (CreateSponsorsListingInput!): \n\n### Return fields for `createSponsorsListing`\n\n* `clientMutationId` (String): A unique identifier for the client performing the mutation.\n* `sponsorsListing` (SponsorsListing): The new GitHub Sponsors profile.\n\n## CreateSponsorsListingInput - input object\n\nAutogenerated input type of CreateSponsorsListing.\n\n### Input fields for `CreateSponsorsListingInput`\n\n* `billingCountryOrRegionCode` (SponsorsCountryOrRegionCode): The country or region where the sponsorable's bank account is located.\nRequired if fiscalHostLogin is not specified, ignored when fiscalHostLogin is specified.\n* `clientMutationId` (String): A unique identifier for the client performing the mutation.\n* `contactEmail` (String): The email address we should use to contact you about the GitHub Sponsors\nprofile being created. This will not be shared publicly. Must be a verified\nemail address already on your GitHub account. Only relevant when the\nsponsorable is yourself. Defaults to your primary email address on file if omitted.\n* `fiscalHostLogin` (String): The username of the supported fiscal host's GitHub organization, if you want\nto receive sponsorship payouts through a fiscal host rather than directly to a\nbank account. For example,Open-Source-Collectivefor Open Source Collective\nor 'numfocus' for numFOCUS. Case insensitive. See https://docs.github.com/sponsors/receiving-sponsorships-through-github-sponsors/using-a-fiscal-host-to-receive-github-sponsors-payouts\nfor more information.\n* `fiscallyHostedProjectProfileUrl` (String): The URL for your profile page on the fiscal host's website, e.g.,\nhttps://opencollective.com/babel or https://numfocus.org/project/bokeh.\nRequired if fiscalHostLogin is specified.\n* `fullDescription` (String): Provide an introduction to serve as the main focus that appears on your GitHub\nSponsors profile. It's a great opportunity to help potential sponsors learn\nmore about you, your work, and why their sponsorship is important to you.\nGitHub-flavored Markdown is supported.\n* `residenceCountryOrRegionCode` (SponsorsCountryOrRegionCode): The country or region where the sponsorable resides. This is for tax purposes.\nRequired if the sponsorable is yourself, ignored when sponsorableLogin\nspecifies an organization.\n* `sponsorableLogin` (String): The username of the organization to create a GitHub Sponsors profile for, if\ndesired. Defaults to creating a GitHub Sponsors profile for the authenticated\nuser if omitted.\n\n## createSponsorsTier - mutation\n\nCreate a new payment tier for your GitHub Sponsors profile.\n\n### Input fields for `createSponsorsTier`\n\n* `input` (CreateSponsorsTierInput!): \n\n### Return fields for `createSponsorsTier`\n\n* `clientMutationId` (String): A unique identifier for the client performing the mutation.\n* `sponsorsTier` (SponsorsTier): The new tier.\n\n## CreateSponsorsTierInput - input object\n\nAutogenerated input type of CreateSponsorsTier.\n\n### Input fields for `CreateSponsorsTierInput`\n\n* `amount` (Int!): The value of the new tier in US dollars. Valid values: 1-12000.\n* `clientMutationId` (String): A unique identifier for the client performing the mutation.\n* `description` (String!): A description of what this tier is, what perks sponsors might receive, what a sponsorship at this tier means for you, etc.\n* `isRecurring` (Boolean): Whether sponsorships using this tier should happen monthly/yearly or just once.\n* `publish` (Boolean): Whether to make the tier available immediately for sponsors to choose.\nDefaults to creating a draft tier that will not be publicly visible.\n* `repositoryId` (ID): Optional ID of the private repository that sponsors at this tier should gain\nread-only access to. Must be owned by an organization.\n* `repositoryName` (String): Optional name of the private repository that sponsors at this tier should gain\nread-only access to. Must be owned by an organization. Necessary if\nrepositoryOwnerLogin is given. Will be ignored if repositoryId is given.\n* `repositoryOwnerLogin` (String): Optional login of the organization owner of the private repository that\nsponsors at this tier should gain read-only access to. Necessary if\nrepositoryName is given. Will be ignored if repositoryId is given.\n* `sponsorableId` (ID): The ID of the user or organization who owns the GitHub Sponsors profile.\nDefaults to the current user if omitted and sponsorableLogin is not given.\n* `sponsorableLogin` (String): The username of the user or organization who owns the GitHub Sponsors profile.\nDefaults to the current user if omitted and sponsorableId is not given.\n* `welcomeMessage` (String): Optional message new sponsors at this tier will receive.\n\n## publishSponsorsTier - mutation\n\nPublish an existing sponsorship tier that is currently still a draft to a GitHub Sponsors profile.\n\n### Input fields for `publishSponsorsTier`\n\n* `input` (PublishSponsorsTierInput!): \n\n### Return fields for `publishSponsorsTier`\n\n* `clientMutationId` (String): A unique identifier for the client performing the mutation.\n* `sponsorsTier` (SponsorsTier): The tier that was published.\n\n## PublishSponsorsTierInput - input object\n\nAutogenerated input type of PublishSponsorsTier.\n\n### Input fields for `PublishSponsorsTierInput`\n\n* `clientMutationId` (String): A unique identifier for the client performing the mutation.\n* `tierId` (ID!): The ID of the draft tier to publish.\n\n## retireSponsorsTier - mutation\n\nRetire a published payment tier from your GitHub Sponsors profile so it cannot be used to start new sponsorships.\n\n### Input fields for `retireSponsorsTier`\n\n* `input` (RetireSponsorsTierInput!): \n\n### Return fields for `retireSponsorsTier`\n\n* `clientMutationId` (String): A unique identifier for the client performing the mutation.\n* `sponsorsTier` (SponsorsTier): The tier that was retired.\n\n## RetireSponsorsTierInput - input object\n\nAutogenerated input type of RetireSponsorsTier.\n\n### Input fields for `RetireSponsorsTierInput`\n\n* `clientMutationId` (String): A unique identifier for the client performing the mutation.\n* `tierId` (ID!): The ID of the published tier to retire.\n\n## Sponsor - union\n\nEntities that can sponsor others via GitHub Sponsors.\n\n### Possible types for `Sponsor`\n\n* Organization\n* User\n\n## Sponsorable - interface\n\nEntities that can sponsor or be sponsored through GitHub Sponsors.\n\n### Fields for `Sponsorable`\n\n* `estimatedNextSponsorsPayoutInCents` (Int!): The estimated next GitHub Sponsors payout for this user/organization in cents (USD).\n* `hasSponsorsListing` (Boolean!): True if this user/organization has a GitHub Sponsors listing.\n* `isSponsoredBy` (Boolean!): Whether the given account is sponsoring this user/organization.\n  * `accountLogin` (String!): The target account's login.\n\n* `isSponsoringViewer` (Boolean!): True if the viewer is sponsored by this user/organization.\n* `lifetimeReceivedSponsorshipValues` (SponsorAndLifetimeValueConnection!): Calculate how much each sponsor has ever paid total to this maintainer via\nGitHub Sponsors. Does not include sponsorships paid via Patreon.\n  * `after` (String): Returns the elements in the list that come after the specified cursor.\n  * `before` (String): Returns the elements in the list that come before the specified cursor.\n  * `first` (Int): Returns the first n elements from the list.\n  * `last` (Int): Returns the last n elements from the list.\n  * `orderBy` (SponsorAndLifetimeValueOrder): Ordering options for results returned from the connection.\n\n* `monthlyEstimatedSponsorsIncomeInCents` (Int!): The estimated monthly GitHub Sponsors income for this user/organization in cents (USD).\n* `sponsoring` (SponsorConnection!): List of users and organizations this entity is sponsoring.\n  * `after` (String): Returns the elements in the list that come after the specified cursor.\n  * `before` (String): Returns the elements in the list that come before the specified cursor.\n  * `first` (Int): Returns the first n elements from the list.\n  * `last` (Int): Returns the last n elements from the list.\n  * `orderBy` (SponsorOrder): Ordering options for the users and organizations returned from the connection.\n\n* `sponsors` (SponsorConnection!): List of sponsors for this user or organization.\n  * `after` (String): Returns the elements in the list that come after the specified cursor.\n  * `before` (String): Returns the elements in the list that come before the specified cursor.\n  * `first` (Int): Returns the first n elements from the list.\n  * `last` (Int): Returns the last n elements from the list.\n  * `orderBy` (SponsorOrder): Ordering options for sponsors returned from the connection.\n  * `tierId` (ID): If given, will filter for sponsors at the given tier. Will only return\nsponsors whose tier the viewer is permitted to see.\n\n* `sponsorsActivities` (SponsorsActivityConnection!): Events involving this sponsorable, such as new sponsorships.\n  * `actions` ([SponsorsActivityAction!]): Filter activities to only the specified actions.\n  * `after` (String): Returns the elements in the list that come after the specified cursor.\n  * `before` (String): Returns the elements in the list that come before the specified cursor.\n  * `first` (Int): Returns the first n elements from the list.\n  * `includeAsSponsor` (Boolean): Whether to include those events where this sponsorable acted as the sponsor.\nDefaults to only including events where this sponsorable was the recipient\nof a sponsorship.\n  * `includePrivate` (Boolean): Whether or not to include private activities in the result set. Defaults to including public and private activities. Default: `true`.\n  * `last` (Int): Returns the last n elements from the list.\n  * `orderBy` (SponsorsActivityOrder): Ordering options for activity returned from the connection.\n  * `period` (SponsorsActivityPeriod): Filter activities returned to only those that occurred in the most recent\nspecified time period. Set to ALL to avoid filtering by when the activity\noccurred. Will be ignored if since or until is given. Default: `MONTH`.\n  * `since` (DateTime): Filter activities to those that occurred on or after this time.\n  * `until` (DateTime): Filter activities to those that occurred before this time.\n\n* `sponsorsListing` (SponsorsListing): The GitHub Sponsors listing for this user or organization.\n* `sponsorshipForViewerAsSponsor` (Sponsorship): The sponsorship from the viewer to this user/organization; that is, the sponsorship where you're the sponsor.\n  * `activeOnly` (Boolean): Whether to return the sponsorship only if it's still active. Pass false to\nget the viewer's sponsorship back even if it has been cancelled. Default: `true`.\n\n* `sponsorshipForViewerAsSponsorable` (Sponsorship): The sponsorship from this user/organization to the viewer; that is, the sponsorship you're receiving.\n  * `activeOnly` (Boolean): Whether to return the sponsorship only if it's still active. Pass false to\nget the sponsorship back even if it has been cancelled. Default: `true`.\n\n* `sponsorshipNewsletters` (SponsorshipNewsletterConnection!): List of sponsorship updates sent from this sponsorable to sponsors.\n  * `after` (String): Returns the elements in the list that come after the specified cursor.\n  * `before` (String): Returns the elements in the list that come before the specified cursor.\n  * `first` (Int): Returns the first n elements from the list.\n  * `last` (Int): Returns the last n elements from the list.\n  * `orderBy` (SponsorshipNewsletterOrder): Ordering options for sponsorship updates returned from the connection.\n\n* `sponsorshipsAsMaintainer` (SponsorshipConnection!): The sponsorships where this user or organization is the maintainer receiving the funds.\n  * `activeOnly` (Boolean): Whether to include only sponsorships that are active right now, versus all\nsponsorships this maintainer has ever received. Default: `true`.\n  * `after` (String): Returns the elements in the list that come after the specified cursor.\n  * `before` (String): Returns the elements in the list that come before the specified cursor.\n  * `first` (Int): Returns the first n elements from the list.\n  * `includePrivate` (Boolean): Whether or not to include private sponsorships in the result set.\n  * `last` (Int): Returns the last n elements from the list.\n  * `orderBy` (SponsorshipOrder): Ordering options for sponsorships returned from this connection. If left\nblank, the sponsorships will be ordered based on relevancy to the viewer.\n\n* `sponsorshipsAsSponsor` (SponsorshipConnection!): The sponsorships where this user or organization is the funder.\n  * `activeOnly` (Boolean): Whether to include only sponsorships that are active right now, versus all sponsorships this sponsor has ever made. Default: `true`.\n  * `after` (String): Returns the elements in the list that come after the specified cursor.\n  * `before` (String): Returns the elements in the list that come before the specified cursor.\n  * `first` (Int): Returns the first n elements from the list.\n  * `last` (Int): Returns the last n elements from the list.\n  * `maintainerLogins` ([String!]): Filter sponsorships returned to those for the specified maintainers. That\nis, the recipient of the sponsorship is a user or organization with one of\nthe given logins.\n  * `orderBy` (SponsorshipOrder): Ordering options for sponsorships returned from this connection. If left\nblank, the sponsorships will be ordered based on relevancy to the viewer.\n\n* `totalSponsorshipAmountAsSponsorInCents` (Int): The amount in United States cents (e.g., 500 = $5.00 USD) that this entity has\nspent on GitHub to fund sponsorships. Only returns a value when viewed by the\nuser themselves or by a user who can manage sponsorships for the requested organization.\n  * `since` (DateTime): Filter payments to those that occurred on or after this time.\n  * `sponsorableLogins` ([String!]): Filter payments to those made to the users or organizations with the specified usernames.\n  * `until` (DateTime): Filter payments to those that occurred before this time.\n\n* `viewerCanSponsor` (Boolean!): Whether or not the viewer is able to sponsor this user/organization.\n* `viewerIsSponsoring` (Boolean!): True if the viewer is sponsoring this user/organization.\n\n### Implemented by\n\n* Organization\n* User\n\n## SponsorableItem - union\n\nEntities that can be sponsored via GitHub Sponsors.\n\n### Possible types for `SponsorableItem`\n\n* Organization\n* User\n\n## SponsorableItemConnection - object\n\nThe connection type for SponsorableItem.\n\n### Fields for `SponsorableItemConnection`\n\n* `edges` ([SponsorableItemEdge]): A list of edges.\n* `nodes` ([SponsorableItem]): A list of nodes.\n* `pageInfo` (PageInfo!): Information to aid in pagination.\n* `totalCount` (Int!): Identifies the total count of items in the connection.\n\n## SponsorableItemEdge - object\n\nAn edge in a connection.\n\n### Fields for `SponsorableItemEdge`\n\n* `cursor` (String!): A cursor for use in pagination.\n* `node` (SponsorableItem): The item at the end of the edge.\n\n## SponsorableOrder - input object\n\nOrdering options for connections to get sponsorable entities for GitHub Sponsors.\n\n### Input fields for `SponsorableOrder`\n\n* `direction` (OrderDirection!): The ordering direction.\n* `field` (SponsorableOrderField!): The field to order sponsorable entities by.\n\n## SponsorableOrderField - enum\n\nProperties by which sponsorable connections can be ordered.\n\n### Values for `SponsorableOrderField`\n\n* `LOGIN`: Order sponsorable entities by login (username).\n\n## sponsorables - query\n\nUsers and organizations who can be sponsored via GitHub Sponsors.\n\n**Type:** SponsorableItemConnection!\n\n### Arguments for `sponsorables`\n\n* `after` (String): Returns the elements in the list that come after the specified cursor.\n* `before` (String): Returns the elements in the list that come before the specified cursor.\n* `dependencyEcosystem` (SecurityAdvisoryEcosystem): Optional filter for which dependencies should be checked for sponsorable\nowners. Only sponsorable owners of dependencies in this ecosystem will be\nincluded. Used when onlyDependencies = true.\nUpcoming Change on 2022-07-01 UTC\nDescription: dependencyEcosystem will be removed. Use the ecosystem argument instead.\nReason: The type is switching from SecurityAdvisoryEcosystem to DependencyGraphEcosystem.\n* `ecosystem` (DependencyGraphEcosystem): Optional filter for which dependencies should be checked for sponsorable\nowners. Only sponsorable owners of dependencies in this ecosystem will be\nincluded. Used when onlyDependencies = true.\n* `first` (Int): Returns the first n elements from the list.\n* `last` (Int): Returns the last n elements from the list.\n* `onlyDependencies` (Boolean): Whether only sponsorables who own the viewer's dependencies will be\nreturned. Must be authenticated to use. Can check an organization instead\nfor their dependencies owned by sponsorables by passing\norgLoginForDependencies.\n* `orderBy` (SponsorableOrder): Ordering options for users and organizations returned from the connection.\n* `orgLoginForDependencies` (String): Optional organization username for whose dependencies should be checked.\nUsed when onlyDependencies = true. Omit to check your own dependencies. If\nyou are not an administrator of the organization, only dependencies from its\npublic repositories will be considered.\n\n## SponsorAndLifetimeValue - object\n\nA GitHub account and the total amount in USD they've paid for sponsorships to a\nparticular maintainer. Does not include payments made via Patreon.\n\n### Fields for `SponsorAndLifetimeValue`\n\n* `amountInCents` (Int!): The amount in cents.\n* `formattedAmount` (String!): The amount in USD, formatted as a string.\n* `sponsor` (Sponsorable!): The sponsor's GitHub account.\n* `sponsorable` (Sponsorable!): The maintainer's GitHub account.\n\n## SponsorAndLifetimeValueConnection - object\n\nThe connection type for SponsorAndLifetimeValue.\n\n### Fields for `SponsorAndLifetimeValueConnection`\n\n* `edges` ([SponsorAndLifetimeValueEdge]): A list of edges.\n* `nodes` ([SponsorAndLifetimeValue]): A list of nodes.\n* `pageInfo` (PageInfo!): Information to aid in pagination.\n* `totalCount` (Int!): Identifies the total count of items in the connection.\n\n## SponsorAndLifetimeValueEdge - object\n\nAn edge in a connection.\n\n### Fields for `SponsorAndLifetimeValueEdge`\n\n* `cursor` (String!): A cursor for use in pagination.\n* `node` (SponsorAndLifetimeValue): The item at the end of the edge.\n\n## SponsorAndLifetimeValueOrder - input object\n\nOrdering options for connections to get sponsor entities and associated USD amounts for GitHub Sponsors.\n\n### Input fields for `SponsorAndLifetimeValueOrder`\n\n* `direction` (OrderDirection!): The ordering direction.\n* `field` (SponsorAndLifetimeValueOrderField!): The field to order results by.\n\n## SponsorAndLifetimeValueOrderField - enum\n\nProperties by which sponsor and lifetime value connections can be ordered.\n\n### Values for `SponsorAndLifetimeValueOrderField`\n\n* `LIFETIME_VALUE`: Order results by how much money the sponsor has paid in total.\n* `SPONSOR_LOGIN`: Order results by the sponsor's login (username).\n* `SPONSOR_RELEVANCE`: Order results by the sponsor's relevance to the viewer.\n\n## SponsorConnection - object\n\nA list of users and organizations sponsoring someone via GitHub Sponsors.\n\n### Fields for `SponsorConnection`\n\n* `edges` ([SponsorEdge]): A list of edges.\n* `nodes` ([Sponsor]): A list of nodes.\n* `pageInfo` (PageInfo!): Information to aid in pagination.\n* `totalCount` (Int!): Identifies the total count of items in the connection.\n\n## SponsorEdge - object\n\nRepresents a user or organization who is sponsoring someone in GitHub Sponsors.\n\n### Fields for `SponsorEdge`\n\n* `cursor` (String!): A cursor for use in pagination.\n* `node` (Sponsor): The item at the end of the edge.\n\n## SponsorOrder - input object\n\nOrdering options for connections to get sponsor entities for GitHub Sponsors.\n\n### Input fields for `SponsorOrder`\n\n* `direction` (OrderDirection!): The ordering direction.\n* `field` (SponsorOrderField!): The field to order sponsor entities by.\n\n## SponsorOrderField - enum\n\nProperties by which sponsor connections can be ordered.\n\n### Values for `SponsorOrderField`\n\n* `LOGIN`: Order sponsorable entities by login (username).\n* `RELEVANCE`: Order sponsors by their relevance to the viewer.\n\n## SponsorsActivity - object\n\nAn event related to sponsorship activity.\n\n**Implements:** Node\n\n### Fields for `SponsorsActivity`\n\n* `action` (SponsorsActivityAction!): What action this activity indicates took place.\n* `currentPrivacyLevel` (SponsorshipPrivacy): The sponsor's current privacy level.\n* `id` (ID!): The Node ID of the SponsorsActivity object.\n* `paymentSource` (SponsorshipPaymentSource): The platform that was used to pay for the sponsorship.\n* `previousSponsorsTier` (SponsorsTier): The tier that the sponsorship used to use, for tier change events.\n* `sponsor` (Sponsor): The user or organization who triggered this activity and was/is sponsoring the sponsorable.\n* `sponsorable` (Sponsorable!): The user or organization that is being sponsored, the maintainer.\n* `sponsorsTier` (SponsorsTier): The associated sponsorship tier.\n* `timestamp` (DateTime): The timestamp of this event.\n* `viaBulkSponsorship` (Boolean!): Was this sponsorship made alongside other sponsorships at the same time from the same sponsor?.\n\n## SponsorsActivityAction - enum\n\nThe possible actions that GitHub Sponsors activities can represent.\n\n### Values for `SponsorsActivityAction`\n\n* `CANCELLED_SPONSORSHIP`: The activity was cancelling a sponsorship.\n* `NEW_SPONSORSHIP`: The activity was starting a sponsorship.\n* `PENDING_CHANGE`: The activity was scheduling a downgrade or cancellation.\n* `REFUND`: The activity was funds being refunded to the sponsor or GitHub.\n* `SPONSOR_MATCH_DISABLED`: The activity was disabling matching for a previously matched sponsorship.\n* `TIER_CHANGE`: The activity was changing the sponsorship tier, either directly by the sponsor or by a scheduled/pending change.\n\n## SponsorsActivityConnection - object\n\nThe connection type for SponsorsActivity.\n\n### Fields for `SponsorsActivityConnection`\n\n* `edges` ([SponsorsActivityEdge]): A list of edges.\n* `nodes` ([SponsorsActivity]): A list of nodes.\n* `pageInfo` (PageInfo!): Information to aid in pagination.\n* `totalCount` (Int!): Identifies the total count of items in the connection.\n\n## SponsorsActivityEdge - object\n\nAn edge in a connection.\n\n### Fields for `SponsorsActivityEdge`\n\n* `cursor` (String!): A cursor for use in pagination.\n* `node` (SponsorsActivity): The item at the end of the edge.\n\n## SponsorsActivityOrder - input object\n\nOrdering options for GitHub Sponsors activity connections.\n\n### Input fields for `SponsorsActivityOrder`\n\n* `direction` (OrderDirection!): The ordering direction.\n* `field` (SponsorsActivityOrderField!): The field to order activity by.\n\n## SponsorsActivityOrderField - enum\n\nProperties by which GitHub Sponsors activity connections can be ordered.\n\n### Values for `SponsorsActivityOrderField`\n\n* `TIMESTAMP`: Order activities by when they happened.\n\n## SponsorsActivityPeriod - enum\n\nThe possible time periods for which Sponsors activities can be requested.\n\n### Values for `SponsorsActivityPeriod`\n\n* `ALL`: Don't restrict the activity to any date range, include all activity.\n* `DAY`: The previous calendar day.\n* `MONTH`: The previous thirty days.\n* `WEEK`: The previous seven days.\n\n## SponsorsCountryOrRegionCode - enum\n\nRepresents countries or regions for billing and residence for a GitHub Sponsors profile.\n\n### Values for `SponsorsCountryOrRegionCode`\n\n* `AD`: Andorra.\n* `AE`: United Arab Emirates.\n* `AF`: Afghanistan.\n* `AG`: Antigua and Barbuda.\n* `AI`: Anguilla.\n* `AL`: Albania.\n* `AM`: Armenia.\n* `AO`: Angola.\n* `AQ`: Antarctica.\n* `AR`: Argentina.\n* `AS`: American Samoa.\n* `AT`: Austria.\n* `AU`: Australia.\n* `AW`: Aruba.\n* `AX`: Åland.\n* `AZ`: Azerbaijan.\n* `BA`: Bosnia and Herzegovina.\n* `BB`: Barbados.\n* `BD`: Bangladesh.\n* `BE`: Belgium.\n* `BF`: Burkina Faso.\n* `BG`: Bulgaria.\n* `BH`: Bahrain.\n* `BI`: Burundi.\n* `BJ`: Benin.\n* `BL`: Saint Barthélemy.\n* `BM`: Bermuda.\n* `BN`: Brunei Darussalam.\n* `BO`: Bolivia.\n* `BQ`: Bonaire, Sint Eustatius and Saba.\n* `BR`: Brazil.\n* `BS`: Bahamas.\n* `BT`: Bhutan.\n* `BV`: Bouvet Island.\n* `BW`: Botswana.\n* `BY`: Belarus.\n* `BZ`: Belize.\n* `CA`: Canada.\n* `CC`: Cocos (Keeling) Islands.\n* `CD`: Congo (Kinshasa).\n* `CF`: Central African Republic.\n* `CG`: Congo (Brazzaville).\n* `CH`: Switzerland.\n* `CI`: Côte d'Ivoire.\n* `CK`: Cook Islands.\n* `CL`: Chile.\n* `CM`: Cameroon.\n* `CN`: China.\n* `CO`: Colombia.\n* `CR`: Costa Rica.\n* `CV`: Cape Verde.\n* `CW`: Curaçao.\n* `CX`: Christmas Island.\n* `CY`: Cyprus.\n* `CZ`: Czech Republic.\n* `DE`: Germany.\n* `DJ`: Djibouti.\n* `DK`: Denmark.\n* `DM`: Dominica.\n* `DO`: Dominican Republic.\n* `DZ`: Algeria.\n* `EC`: Ecuador.\n* `EE`: Estonia.\n* `EG`: Egypt.\n* `EH`: Western Sahara.\n* `ER`: Eritrea.\n* `ES`: Spain.\n* `ET`: Ethiopia.\n* `FI`: Finland.\n* `FJ`: Fiji.\n* `FK`: Falkland Islands.\n* `FM`: Micronesia.\n* `FO`: Faroe Islands.\n* `FR`: France.\n* `GA`: Gabon.\n* `GB`: United Kingdom.\n* `GD`: Grenada.\n* `GE`: Georgia.\n* `GF`: French Guiana.\n* `GG`: Guernsey.\n* `GH`: Ghana.\n* `GI`: Gibraltar.\n* `GL`: Greenland.\n* `GM`: Gambia.\n* `GN`: Guinea.\n* `GP`: Guadeloupe.\n* `GQ`: Equatorial Guinea.\n* `GR`: Greece.\n* `GS`: South Georgia and South Sandwich Islands.\n* `GT`: Guatemala.\n* `GU`: Guam.\n* `GW`: Guinea-Bissau.\n* `GY`: Guyana.\n* `HK`: Hong Kong.\n* `HM`: Heard and McDonald Islands.\n* `HN`: Honduras.\n* `HR`: Croatia.\n* `HT`: Haiti.\n* `HU`: Hungary.\n* `ID`: Indonesia.\n* `IE`: Ireland.\n* `IL`: Israel.\n* `IM`: Isle of Man.\n* `IN`: India.\n* `IO`: British Indian Ocean Territory.\n* `IQ`: Iraq.\n* `IR`: Iran.\n* `IS`: Iceland.\n* `IT`: Italy.\n* `JE`: Jersey.\n* `JM`: Jamaica.\n* `JO`: Jordan.\n* `JP`: Japan.\n* `KE`: Kenya.\n* `KG`: Kyrgyzstan.\n* `KH`: Cambodia.\n* `KI`: Kiribati.\n* `KM`: Comoros.\n* `KN`: Saint Kitts and Nevis.\n* `KR`: Korea, South.\n* `KW`: Kuwait.\n* `KY`: Cayman Islands.\n* `KZ`: Kazakhstan.\n* `LA`: Laos.\n* `LB`: Lebanon.\n* `LC`: Saint Lucia.\n* `LI`: Liechtenstein.\n* `LK`: Sri Lanka.\n* `LR`: Liberia.\n* `LS`: Lesotho.\n* `LT`: Lithuania.\n* `LU`: Luxembourg.\n* `LV`: Latvia.\n* `LY`: Libya.\n* `MA`: Morocco.\n* `MC`: Monaco.\n* `MD`: Moldova.\n* `ME`: Montenegro.\n* `MF`: Saint Martin (French part).\n* `MG`: Madagascar.\n* `MH`: Marshall Islands.\n* `MK`: Macedonia.\n* `ML`: Mali.\n* `MM`: Myanmar.\n* `MN`: Mongolia.\n* `MO`: Macau.\n* `MP`: Northern Mariana Islands.\n* `MQ`: Martinique.\n* `MR`: Mauritania.\n* `MS`: Montserrat.\n* `MT`: Malta.\n* `MU`: Mauritius.\n* `MV`: Maldives.\n* `MW`: Malawi.\n* `MX`: Mexico.\n* `MY`: Malaysia.\n* `MZ`: Mozambique.\n* `NA`: Namibia.\n* `NC`: New Caledonia.\n* `NE`: Niger.\n* `NF`: Norfolk Island.\n* `NG`: Nigeria.\n* `NI`: Nicaragua.\n* `NL`: Netherlands.\n* `NO`: Norway.\n* `NP`: Nepal.\n* `NR`: Nauru.\n* `NU`: Niue.\n* `NZ`: New Zealand.\n* `OM`: Oman.\n* `PA`: Panama.\n* `PE`: Peru.\n* `PF`: French Polynesia.\n* `PG`: Papua New Guinea.\n* `PH`: Philippines.\n* `PK`: Pakistan.\n* `PL`: Poland.\n* `PM`: Saint Pierre and Miquelon.\n* `PN`: Pitcairn.\n* `PR`: Puerto Rico.\n* `PS`: Palestine.\n* `PT`: Portugal.\n* `PW`: Palau.\n* `PY`: Paraguay.\n* `QA`: Qatar.\n* `RE`: Reunion.\n* `RO`: Romania.\n* `RS`: Serbia.\n* `RU`: Russian Federation.\n* `RW`: Rwanda.\n* `SA`: Saudi Arabia.\n* `SB`: Solomon Islands.\n* `SC`: Seychelles.\n* `SD`: Sudan.\n* `SE`: Sweden.\n* `SG`: Singapore.\n* `SH`: Saint Helena.\n* `SI`: Slovenia.\n* `SJ`: Svalbard and Jan Mayen Islands.\n* `SK`: Slovakia.\n* `SL`: Sierra Leone.\n* `SM`: San Marino.\n* `SN`: Senegal.\n* `SO`: Somalia.\n* `SR`: Suriname.\n* `SS`: South Sudan.\n* `ST`: Sao Tome and Principe.\n* `SV`: El Salvador.\n* `SX`: Sint Maarten (Dutch part).\n* `SY`: Syria.\n* `SZ`: Swaziland.\n* `TC`: Turks and Caicos Islands.\n* `TD`: Chad.\n* `TF`: French Southern Lands.\n* `TG`: Togo.\n* `TH`: Thailand.\n* `TJ`: Tajikistan.\n* `TK`: Tokelau.\n* `TL`: Timor-Leste.\n* `TM`: Turkmenistan.\n* `TN`: Tunisia.\n* `TO`: Tonga.\n* `TR`: Türkiye.\n* `TT`: Trinidad and Tobago.\n* `TV`: Tuvalu.\n* `TW`: Taiwan.\n* `TZ`: Tanzania.\n* `UA`: Ukraine.\n* `UG`: Uganda.\n* `UM`: United States Minor Outlying Islands.\n* `US`: United States of America.\n* `UY`: Uruguay.\n* `UZ`: Uzbekistan.\n* `VA`: Vatican City.\n* `VC`: Saint Vincent and the Grenadines.\n* `VE`: Venezuela.\n* `VG`: Virgin Islands, British.\n* `VI`: Virgin Islands, U.S.\n* `VN`: Vietnam.\n* `VU`: Vanuatu.\n* `WF`: Wallis and Futuna Islands.\n* `WS`: Samoa.\n* `YE`: Yemen.\n* `YT`: Mayotte.\n* `ZA`: South Africa.\n* `ZM`: Zambia.\n* `ZW`: Zimbabwe.\n\n## SponsorsGoal - object\n\nA goal associated with a GitHub Sponsors listing, representing a target the sponsored maintainer would like to attain.\n\n### Fields for `SponsorsGoal`\n\n* `description` (String): A description of the goal from the maintainer.\n* `kind` (SponsorsGoalKind!): What the objective of this goal is.\n* `percentComplete` (Int!): The percentage representing how complete this goal is, between 0-100.\n* `targetValue` (Int!): What the goal amount is. Represents an amount in USD for monthly sponsorship\namount goals. Represents a count of unique sponsors for total sponsors count goals.\n* `title` (String!): A brief summary of the kind and target value of this goal.\n\n## SponsorsGoalKind - enum\n\nThe different kinds of goals a GitHub Sponsors member can have.\n\n### Values for `SponsorsGoalKind`\n\n* `MONTHLY_SPONSORSHIP_AMOUNT`: The goal is about getting a certain amount in USD from sponsorships each month.\n* `TOTAL_SPONSORS_COUNT`: The goal is about reaching a certain number of sponsors.\n\n## Sponsorship - object\n\nA sponsorship relationship between a sponsor and a maintainer.\n\n**Implements:** Node\n\n### Fields for `Sponsorship`\n\n* `createdAt` (DateTime!): Identifies the date and time when the object was created.\n* `id` (ID!): The Node ID of the Sponsorship object.\n* `isActive` (Boolean!): Whether the sponsorship is active. False implies the sponsor is a past sponsor\nof the maintainer, while true implies they are a current sponsor.\n* `isOneTimePayment` (Boolean!): Whether this sponsorship represents a one-time payment versus a recurring sponsorship.\n* `isSponsorOptedIntoEmail` (Boolean): Whether the sponsor has chosen to receive sponsorship update emails sent from\nthe sponsorable. Only returns a non-null value when the viewer has permission to know this.\n* `maintainer` (User!): The entity that is being sponsored. **Deprecated:** Sponsorship.maintainer will be removed. Use Sponsorship.sponsorable instead. Removal on 2020-04-01 UTC.\n* `paymentSource` (SponsorshipPaymentSource): The platform that was most recently used to pay for the sponsorship.\n* `privacyLevel` (SponsorshipPrivacy!): The privacy level for this sponsorship.\n* `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.\n* `sponsorEntity` (Sponsor): The user or organization that is sponsoring, if you have permission to view them.\n* `sponsorable` (Sponsorable!): The entity that is being sponsored.\n* `tier` (SponsorsTier): The associated sponsorship tier.\n* `tierSelectedAt` (DateTime): Identifies the date and time when the current tier was chosen for this sponsorship.\n\n## SponsorshipConnection - object\n\nA list of sponsorships either from the subject or received by the subject.\n\n### Fields for `SponsorshipConnection`\n\n* `edges` ([SponsorshipEdge]): A list of edges.\n* `nodes` ([Sponsorship]): A list of nodes.\n* `pageInfo` (PageInfo!): Information to aid in pagination.\n* `totalCount` (Int!): Identifies the total count of items in the connection.\n* `totalRecurringMonthlyPriceInCents` (Int!): The total amount in cents of all recurring sponsorships in the connection\nwhose amount you can view. Does not include one-time sponsorships.\n* `totalRecurringMonthlyPriceInDollars` (Int!): The total amount in USD of all recurring sponsorships in the connection whose\namount you can view. Does not include one-time sponsorships.\n\n## SponsorshipEdge - object\n\nAn edge in a connection.\n\n### Fields for `SponsorshipEdge`\n\n* `cursor` (String!): A cursor for use in pagination.\n* `node` (Sponsorship): The item at the end of the edge.\n\n## SponsorshipNewsletter - object\n\nAn update sent to sponsors of a user or organization on GitHub Sponsors.\n\n**Implements:** Node\n\n### Fields for `SponsorshipNewsletter`\n\n* `author` (User): The author of the newsletter.\n* `body` (String!): The contents of the newsletter, the message the sponsorable wanted to give.\n* `createdAt` (DateTime!): Identifies the date and time when the object was created.\n* `id` (ID!): The Node ID of the SponsorshipNewsletter object.\n* `isPublished` (Boolean!): Indicates if the newsletter has been made available to sponsors.\n* `sponsorable` (Sponsorable!): The user or organization this newsletter is from.\n* `subject` (String!): The subject of the newsletter, what it's about.\n* `updatedAt` (DateTime!): Identifies the date and time when the object was last updated.\n\n## SponsorshipNewsletterConnection - object\n\nThe connection type for SponsorshipNewsletter.\n\n### Fields for `SponsorshipNewsletterConnection`\n\n* `edges` ([SponsorshipNewsletterEdge]): A list of edges.\n* `nodes` ([SponsorshipNewsletter]): A list of nodes.\n* `pageInfo` (PageInfo!): Information to aid in pagination.\n* `totalCount` (Int!): Identifies the total count of items in the connection.\n\n## SponsorshipNewsletterEdge - object\n\nAn edge in a connection.\n\n### Fields for `SponsorshipNewsletterEdge`\n\n* `cursor` (String!): A cursor for use in pagination.\n* `node` (SponsorshipNewsletter): The item at the end of the edge.\n\n## SponsorshipNewsletterOrder - input object\n\nOrdering options for sponsorship newsletter connections.\n\n### Input fields for `SponsorshipNewsletterOrder`\n\n* `direction` (OrderDirection!): The ordering direction.\n* `field` (SponsorshipNewsletterOrderField!): The field to order sponsorship newsletters by.\n\n## SponsorshipNewsletterOrderField - enum\n\nProperties by which sponsorship update connections can be ordered.\n\n### Values for `SponsorshipNewsletterOrderField`\n\n* `CREATED_AT`: Order sponsorship newsletters by when they were created.\n\n## SponsorshipOrder - input object\n\nOrdering options for sponsorship connections.\n\n### Input fields for `SponsorshipOrder`\n\n* `direction` (OrderDirection!): The ordering direction.\n* `field` (SponsorshipOrderField!): The field to order sponsorship by.\n\n## SponsorshipOrderField - enum\n\nProperties by which sponsorship connections can be ordered.\n\n### Values for `SponsorshipOrderField`\n\n* `CREATED_AT`: Order sponsorship by creation time.\n\n## SponsorshipPaymentSource - enum\n\nHow payment was made for funding a GitHub Sponsors sponsorship.\n\n### Values for `SponsorshipPaymentSource`\n\n* `GITHUB`: Payment was made through GitHub.\n* `PATREON`: Payment was made through Patreon.\n\n## SponsorshipPrivacy - enum\n\nThe privacy of a sponsorship.\n\n### Values for `SponsorshipPrivacy`\n\n* `PRIVATE`: Private.\n* `PUBLIC`: Public.\n\n## SponsorsListing - object\n\nA GitHub Sponsors listing.\n\n**Implements:** Node\n\n### Fields for `SponsorsListing`\n\n* `activeGoal` (SponsorsGoal): The current goal the maintainer is trying to reach with GitHub Sponsors, if any.\n* `activeStripeConnectAccount` (StripeConnectAccount): The Stripe Connect account currently in use for payouts for this Sponsors\nlisting, if any. Will only return a value when queried by the maintainer\nthemselves, or by an admin of the sponsorable organization.\n* `billingCountryOrRegion` (String): The name of the country or region with the maintainer's bank account or fiscal\nhost. Will only return a value when queried by the maintainer themselves, or\nby an admin of the sponsorable organization.\n* `contactEmailAddress` (String): The email address used by GitHub to contact the sponsorable about their GitHub\nSponsors profile. Will only return a value when queried by the maintainer\nthemselves, or by an admin of the sponsorable organization.\n* `createdAt` (DateTime!): Identifies the date and time when the object was created.\n* `dashboardResourcePath` (URI!): The HTTP path for the Sponsors dashboard for this Sponsors listing.\n* `dashboardUrl` (URI!): The HTTP URL for the Sponsors dashboard for this Sponsors listing.\n* `featuredItems` ([SponsorsListingFeaturedItem!]!): The records featured on the GitHub Sponsors profile.\n  * `featureableTypes` ([SponsorsListingFeaturedItemFeatureableType!]): The types of featured items to return.\n\n* `fiscalHost` (Organization): The fiscal host used for payments, if any. Will only return a value when\nqueried by the maintainer themselves, or by an admin of the sponsorable organization.\n* `fullDescription` (String!): The full description of the listing.\n* `fullDescriptionHTML` (HTML!): The full description of the listing rendered to HTML.\n* `id` (ID!): The Node ID of the SponsorsListing object.\n* `isPublic` (Boolean!): Whether this listing is publicly visible.\n* `name` (String!): The listing's full name.\n* `nextPayoutDate` (Date): A future date on which this listing is eligible to receive a payout.\n* `residenceCountryOrRegion` (String): The name of the country or region where the maintainer resides. Will only\nreturn a value when queried by the maintainer themselves, or by an admin of\nthe sponsorable organization.\n* `resourcePath` (URI!): The HTTP path for this Sponsors listing.\n* `shortDescription` (String!): The short description of the listing.\n* `slug` (String!): The short name of the listing.\n* `sponsorable` (Sponsorable!): The entity this listing represents who can be sponsored on GitHub Sponsors.\n* `tiers` (SponsorsTierConnection): The tiers for this GitHub Sponsors profile.\n  * `after` (String): Returns the elements in the list that come after the specified cursor.\n  * `before` (String): Returns the elements in the list that come before the specified cursor.\n  * `first` (Int): Returns the first n elements from the list.\n  * `includeUnpublished` (Boolean): Whether to include tiers that aren't published. Only admins of the Sponsors\nlisting can see draft tiers. Only admins of the Sponsors listing and viewers\nwho are currently sponsoring on a retired tier can see those retired tiers.\nDefaults to including only published tiers, which are visible to anyone who\ncan see the GitHub Sponsors profile.\n  * `last` (Int): Returns the last n elements from the list.\n  * `orderBy` (SponsorsTierOrder): Ordering options for Sponsors tiers returned from the connection.\n\n* `url` (URI!): The HTTP URL for this Sponsors listing.\n\n## SponsorsListingFeatureableItem - union\n\nA record that can be featured on a GitHub Sponsors profile.\n\n### Possible types for `SponsorsListingFeatureableItem`\n\n* Repository\n* User\n\n## SponsorsListingFeaturedItem - object\n\nA record that is promoted on a GitHub Sponsors profile.\n\n**Implements:** Node\n\n### Fields for `SponsorsListingFeaturedItem`\n\n* `createdAt` (DateTime!): Identifies the date and time when the object was created.\n* `description` (String): Will either be a description from the sponsorable maintainer about why they\nfeatured this item, or the item's description itself, such as a user's bio\nfrom their GitHub profile page.\n* `featureable` (SponsorsListingFeatureableItem!): The record that is featured on the GitHub Sponsors profile.\n* `id` (ID!): The Node ID of the SponsorsListingFeaturedItem object.\n* `position` (Int!): The position of this featured item on the GitHub Sponsors profile with a lower\nposition indicating higher precedence. Starts at 1.\n* `sponsorsListing` (SponsorsListing!): The GitHub Sponsors profile that features this record.\n* `updatedAt` (DateTime!): Identifies the date and time when the object was last updated.\n\n## SponsorsListingFeaturedItemFeatureableType - enum\n\nThe different kinds of records that can be featured on a GitHub Sponsors profile page.\n\n### Values for `SponsorsListingFeaturedItemFeatureableType`\n\n* `REPOSITORY`: A repository owned by the user or organization with the GitHub Sponsors profile.\n* `USER`: A user who belongs to the organization with the GitHub Sponsors profile.\n\n## SponsorsTier - object\n\nA GitHub Sponsors tier associated with a GitHub Sponsors listing.\n\n**Implements:** Node\n\n### Fields for `SponsorsTier`\n\n* `adminInfo` (SponsorsTierAdminInfo): SponsorsTier information only visible to users that can administer the associated Sponsors listing.\n* `closestLesserValueTier` (SponsorsTier): Get a different tier for this tier's maintainer that is at the same frequency\nas this tier but with an equal or lesser cost. Returns the published tier with\nthe monthly price closest to this tier's without going over.\n* `createdAt` (DateTime!): Identifies the date and time when the object was created.\n* `description` (String!): The description of the tier.\n* `descriptionHTML` (HTML!): The tier description rendered to HTML.\n* `id` (ID!): The Node ID of the SponsorsTier object.\n* `isCustomAmount` (Boolean!): Whether this tier was chosen at checkout time by the sponsor rather than\ndefined ahead of time by the maintainer who manages the Sponsors listing.\n* `isOneTime` (Boolean!): Whether this tier is only for use with one-time sponsorships.\n* `monthlyPriceInCents` (Int!): How much this tier costs per month in cents.\n* `monthlyPriceInDollars` (Int!): How much this tier costs per month in USD.\n* `name` (String!): The name of the tier.\n* `sponsorsListing` (SponsorsListing!): The sponsors listing that this tier belongs to.\n* `updatedAt` (DateTime!): Identifies the date and time when the object was last updated.\n\n## SponsorsTierAdminInfo - object\n\nSponsorsTier information only visible to users that can administer the associated Sponsors listing.\n\n### Fields for `SponsorsTierAdminInfo`\n\n* `isDraft` (Boolean!): Indicates whether this tier is still a work in progress by the sponsorable and\nnot yet published to the associated GitHub Sponsors profile. Draft tiers\ncannot be used for new sponsorships and will not be in use on existing\nsponsorships. Draft tiers cannot be seen by anyone but the admins of the\nGitHub Sponsors profile.\n* `isPublished` (Boolean!): Indicates whether this tier is published to the associated GitHub Sponsors\nprofile. Published tiers are visible to anyone who can see the GitHub Sponsors\nprofile, and are available for use in sponsorships if the GitHub Sponsors\nprofile is publicly visible.\n* `isRetired` (Boolean!): Indicates whether this tier has been retired from the associated GitHub\nSponsors profile. Retired tiers are no longer shown on the GitHub Sponsors\nprofile and cannot be chosen for new sponsorships. Existing sponsorships may\nstill use retired tiers if the sponsor selected the tier before it was retired.\n* `sponsorships` (SponsorshipConnection!): The sponsorships using this tier.\n  * `after` (String): Returns the elements in the list that come after the specified cursor.\n  * `before` (String): Returns the elements in the list that come before the specified cursor.\n  * `first` (Int): Returns the first n elements from the list.\n  * `includePrivate` (Boolean): Whether or not to return private sponsorships using this tier. Defaults to\nonly returning public sponsorships on this tier.\n  * `last` (Int): Returns the last n elements from the list.\n  * `orderBy` (SponsorshipOrder): Ordering options for sponsorships returned from this connection. If left\nblank, the sponsorships will be ordered based on relevancy to the viewer.\n\n## SponsorsTierConnection - object\n\nThe connection type for SponsorsTier.\n\n### Fields for `SponsorsTierConnection`\n\n* `edges` ([SponsorsTierEdge]): A list of edges.\n* `nodes` ([SponsorsTier]): A list of nodes.\n* `pageInfo` (PageInfo!): Information to aid in pagination.\n* `totalCount` (Int!): Identifies the total count of items in the connection.\n\n## SponsorsTierEdge - object\n\nAn edge in a connection.\n\n### Fields for `SponsorsTierEdge`\n\n* `cursor` (String!): A cursor for use in pagination.\n* `node` (SponsorsTier): The item at the end of the edge.\n\n## SponsorsTierOrder - input object\n\nOrdering options for Sponsors tiers connections.\n\n### Input fields for `SponsorsTierOrder`\n\n* `direction` (OrderDirection!): The ordering direction.\n* `field` (SponsorsTierOrderField!): The field to order tiers by.\n\n## SponsorsTierOrderField - enum\n\nProperties by which Sponsors tiers connections can be ordered.\n\n### Values for `SponsorsTierOrderField`\n\n* `CREATED_AT`: Order tiers by creation time.\n* `MONTHLY_PRICE_IN_CENTS`: Order tiers by their monthly price in cents.\n\n## StripeConnectAccount - object\n\nA Stripe Connect account for receiving sponsorship funds from GitHub Sponsors.\n\n### Fields for `StripeConnectAccount`\n\n* `accountId` (String!): The account number used to identify this Stripe Connect account.\n* `billingCountryOrRegion` (String): The name of the country or region of an external account, such as a bank\naccount, tied to the Stripe Connect account. Will only return a value when\nqueried by the maintainer of the associated GitHub Sponsors profile\nthemselves, or by an admin of the sponsorable organization.\n* `countryOrRegion` (String): The name of the country or region of the Stripe Connect account. Will only\nreturn a value when queried by the maintainer of the associated GitHub\nSponsors profile themselves, or by an admin of the sponsorable organization.\n* `isActive` (Boolean!): Whether this Stripe Connect account is currently in use for the associated GitHub Sponsors profile.\n* `sponsorsListing` (SponsorsListing!): The GitHub Sponsors profile associated with this Stripe Connect account.\n* `stripeDashboardUrl` (URI!): The URL to access this Stripe Connect account on Stripe's website.\n\n## updatePatreonSponsorability - mutation\n\nToggle the setting for your GitHub Sponsors profile that allows other GitHub\naccounts to sponsor you on GitHub while paying for the sponsorship on Patreon.\nOnly applicable when you have a GitHub Sponsors profile and have connected\nyour GitHub account with Patreon.\n\n### Input fields for `updatePatreonSponsorability`\n\n* `input` (UpdatePatreonSponsorabilityInput!): \n\n### Return fields for `updatePatreonSponsorability`\n\n* `clientMutationId` (String): A unique identifier for the client performing the mutation.\n* `sponsorsListing` (SponsorsListing): The GitHub Sponsors profile.\n\n## UpdatePatreonSponsorabilityInput - input object\n\nAutogenerated input type of UpdatePatreonSponsorability.\n\n### Input fields for `UpdatePatreonSponsorabilityInput`\n\n* `clientMutationId` (String): A unique identifier for the client performing the mutation.\n* `enablePatreonSponsorships` (Boolean!): Whether Patreon tiers should be shown on the GitHub Sponsors profile page,\nallowing potential sponsors to make their payment through Patreon instead of GitHub.\n* `sponsorableLogin` (String): The username of the organization with the GitHub Sponsors profile, if any.\nDefaults to the GitHub Sponsors profile for the authenticated user if omitted.\n\n## updateSponsorshipPreferences - mutation\n\nChange visibility of your sponsorship and opt in or out of email updates from the maintainer.\n\n### Input fields for `updateSponsorshipPreferences`\n\n* `input` (UpdateSponsorshipPreferencesInput!): \n\n### Return fields for `updateSponsorshipPreferences`\n\n* `clientMutationId` (String): A unique identifier for the client performing the mutation.\n* `sponsorship` (Sponsorship): The sponsorship that was updated.\n\n## UpdateSponsorshipPreferencesInput - input object\n\nAutogenerated input type of UpdateSponsorshipPreferences.\n\n### Input fields for `UpdateSponsorshipPreferencesInput`\n\n* `clientMutationId` (String): A unique identifier for the client performing the mutation.\n* `privacyLevel` (SponsorshipPrivacy): Specify whether others should be able to see that the sponsor is sponsoring\nthe sponsorable. Public visibility still does not reveal which tier is used.\n* `receiveEmails` (Boolean): Whether the sponsor should receive email updates from the sponsorable.\n* `sponsorId` (ID): The ID of the user or organization who is acting as the sponsor, paying for\nthe sponsorship. Required if sponsorLogin is not given.\n* `sponsorLogin` (String): The username of the user or organization who is acting as the sponsor, paying\nfor the sponsorship. Required if sponsorId is not given.\n* `sponsorableId` (ID): The ID of the user or organization who is receiving the sponsorship. Required if sponsorableLogin is not given.\n* `sponsorableLogin` (String): The username of the user or organization who is receiving the sponsorship. Required if sponsorableId is not given."}