Github API - Test Config

ProjectV2SortByField [object]

Represents a sort by field and direction.

Attributes
direction OrderDirection

OrderDirection [enum]

Possible directions in which to order a list of items when provided an orderBy argument.

Possible values
ASC

Specifies an ascending order for a given orderBy argument.

DESC

Specifies a descending order for a given orderBy argument.

API:
Github GraphQL API

The direction of the sorting. Possible values are ASC and DESC.

field ProjectV2FieldConfiguration

ProjectV2FieldConfiguration [union]

Configurations for project fields.

Union
ProjectV2FieldProjectV2IterationFieldProjectV2SingleSelectField
API:
Github GraphQL API

The field by which items are sorted.

API:
Github GraphQL API