Github API - Test Config

SponsorsGoal [object]

A goal associated with a GitHub Sponsors listing, representing a target the sponsored maintainer would like to attain.

Attributes
description 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 description of the goal from the maintainer.

kind SponsorsGoalKind

SponsorsGoalKind [enum]

The different kinds of goals a GitHub Sponsors member can have.

Possible values
MONTHLY_SPONSORSHIP_AMOUNT

The goal is about getting a certain amount in USD from sponsorships each month.

TOTAL_SPONSORS_COUNT

The goal is about reaching a certain number of sponsors.

API:
Github GraphQL API

What the objective of this goal is.

percentComplete 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

The percentage representing how complete this goal is, between 0-100.

targetValue 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

What the goal amount is. Represents an amount in USD for monthly sponsorship
amount goals. Represents a count of unique sponsors for total sponsors count goals.

title 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 brief summary of the kind and target value of this goal.

API:
Github GraphQL API