Github API - Test Config

ProjectProgress [object]

Project progress stats.

Attributes
doneCount 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 number of done cards.

donePercentage Float

Float [scalar]

The Float scalar type represents signed double-precision fractional values as specified by IEEE 754.

API:
Github GraphQL API

The percentage of done cards.

enabled Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

Whether progress tracking is enabled and cards with purpose exist for this project

inProgressCount 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 number of in-progress cards.

inProgressPercentage Float

Float [scalar]

The Float scalar type represents signed double-precision fractional values as specified by IEEE 754.

API:
Github GraphQL API

The percentage of in-progress cards.

todoCount 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 number of to do cards.

todoPercentage Float

Float [scalar]

The Float scalar type represents signed double-precision fractional values as specified by IEEE 754.

API:
Github GraphQL API

The percentage of to do cards.

API:
Github GraphQL API