Github API - Test Config

SponsorAndLifetimeValueEdge [object]

An edge in a connection.

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

A cursor for use in pagination.

node SponsorAndLifetimeValue

SponsorAndLifetimeValue [object]

A GitHub account and the total amount in USD they've paid for sponsorships to a
particular maintainer. Does not include payments made via Patreon.

Attributes
amountInCents Int

The amount in cents.

formattedAmount String

The amount in USD, formatted as a string.

sponsor Sponsorable

The sponsor's GitHub account.

sponsorable Sponsorable

The maintainer's GitHub account.

API:
Github GraphQL API

The item at the end of the edge.

API:
Github GraphQL API