Magidoc

sponsorables
Query

Users and organizations who can be sponsored via GitHub Sponsors.

Arguments

#

after

Returns the elements in the list that come after the specified cursor.

before

Returns the elements in the list that come before the specified cursor.

dependencyEcosystem

Optional filter for which dependencies should be checked for sponsorable owners. Only sponsorable owners of dependencies in this ecosystem will be included. Used when onlyDependencies = true.

Upcoming Change on 2022-07-01 UTC Description: dependencyEcosystem will be removed. Use the ecosystem argument instead. Reason: The type is switching from SecurityAdvisoryEcosystem to DependencyGraphEcosystem.

ecosystem

Optional filter for which dependencies should be checked for sponsorable owners. Only sponsorable owners of dependencies in this ecosystem will be included. Used when onlyDependencies = true.

first

Returns the first n elements from the list.

last

Returns the last n elements from the list.

onlyDependencies

Whether only sponsorables who own the viewer's dependencies will be returned. Must be authenticated to use. Can check an organization instead for their dependencies owned by sponsorables by passing orgLoginForDependencies.

orderBy = { "direction": "ASC", "field": "LOGIN" }

Ordering options for users and organizations returned from the connection.

orgLoginForDependencies

Optional organization username for whose dependencies should be checked. Used when onlyDependencies = true. Omit to check your own dependencies. If you are not an administrator of the organization, only dependencies from its public repositories will be considered.

Response

#

Returns SponsorableItemConnection !.

Example

#

    
  

3

    
  

3

    
  

3