Github API - Test Config

query sponsorables

Users and organizations who can be sponsored via GitHub Sponsors.

Arguments
after 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

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

before 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

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

dependencyEcosystem SecurityAdvisoryEcosystem

SecurityAdvisoryEcosystem [enum]

The possible ecosystems of a security vulnerability's package.

Possible values
ACTIONS

GitHub Actions

COMPOSER

PHP packages hosted at packagist.org

ERLANG

Erlang/Elixir packages hosted at hex.pm

GO

Go modules

MAVEN

Java artifacts hosted at the Maven central repository

NPM

JavaScript packages hosted at npmjs.com

NUGET

.NET packages hosted at the NuGet Gallery

PIP

Python packages hosted at PyPI.org

PUB

Dart packages hosted at pub.dev

RUBYGEMS

Ruby gems hosted at RubyGems.org

RUST

Rust crates

SWIFT

Swift packages

API:
Github GraphQL API

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 DependencyGraphEcosystem

DependencyGraphEcosystem [enum]

The possible ecosystems of a dependency graph package.

Possible values
ACTIONS

GitHub Actions

COMPOSER

PHP packages hosted at packagist.org

GO

Go modules

MAVEN

Java artifacts hosted at the Maven central repository

NPM

JavaScript packages hosted at npmjs.com

NUGET

.NET packages hosted at the NuGet Gallery

PIP

Python packages hosted at PyPI.org

PUB

Dart packages hosted at pub.dev

RUBYGEMS

Ruby gems hosted at RubyGems.org

RUST

Rust crates

SWIFT

Swift packages

API:
Github GraphQL API

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 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

Returns the first n elements from the list.

last 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

Returns the last n elements from the list.

onlyDependencies Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

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 SponsorableOrder

SponsorableOrder [input]

Ordering options for connections to get sponsorable entities for GitHub Sponsors.

Attributes
direction OrderDirection

The ordering direction.

The field to order sponsorable entities by.

API:
Github GraphQL API

Ordering options for users and organizations returned from the connection.

orgLoginForDependencies 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

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.

Returns
SponsorableItemConnection

SponsorableItemConnection [object]

The connection type for SponsorableItem.

Attributes

A list of edges.

nodes SponsorableItem []

A list of nodes.

pageInfo PageInfo

Information to aid in pagination.

totalCount Int

Identifies the total count of items in the connection.

API:
Github GraphQL API
API:
Github GraphQL API