Github API - Test Config

ProjectV2SingleSelectFieldOption [object]

Single select field option for a configuration for a project.

Attributes
color ProjectV2SingleSelectFieldOptionColor

ProjectV2SingleSelectFieldOptionColor [enum]

The display color of a single-select field option.

Possible values
BLUE

BLUE

GRAY

GRAY

GREEN

GREEN

ORANGE

ORANGE

PINK

PINK

PURPLE

PURPLE

RED

RED

YELLOW

YELLOW

API:
Github GraphQL API

The option's display color.

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

The option's plain-text description.

descriptionHTML 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

The option's description, possibly containing HTML.

id 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

The option's ID.

name 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

The option's name.

nameHTML 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

The option's html name.

API:
Github GraphQL API