Phase


List of phase information

Field : ObjectDescription
can_receive_card_directly_from_draft: Boolean Phase can receive cards directly from draft?
cards: CardConnection Fetches a group of cards based on arguments
cards_can_be_moved_to_phases: [Phase] Information about the phases that the cards can be moved to
cards_count: Int The phase total cards
color: String Color of phase
created_at: DateTime When the phase was created
custom_sorting_preferences: JSON Custom sorting preferences
description: String The phase description
done: Boolean Whether it is a final phase
expiredCardsCount: Int The phase total expired cards
fieldConditions: [FieldCondition] Information about the phase field conditions
fields: [PhaseField] Information about the fields
id: ID The phase ID
identifyTask: IdentifyTaskEnum Whether to enable task identification
index: Float The phase positional index
isDraft: Boolean Is this phase draft?
lateCardsCount: Int The phase total late cards
lateness_time: Int Lateness time
name: String The phase name
next_phase_ids: [Int] Information about the next phases the cards can be moved to
previous_phase_ids: [Int] Information about the previous phases that the cards can be moved to
repo_id: Int Phase repo ID
sequentialId: String The sequential identifier
uuid: ID The phase universally unique ID

Boolean

Represents `true` or `false` values.

Int

Represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

String

Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.

DateTime

An ISO‐8601 encoded UTC date time string (YYYY-MM-DD HH:MM:SS).

JSON

Represents untyped JSON

String

Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.

Boolean

Represents `true` or `false` values.

Int

Represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

ID

Represents a unique identifier that is Base64 obfuscated. It is often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `"VXNlci0xMA=="`) or integer (such as `4`) input value will be accepted as an ID.

Float

Represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).

Boolean

Represents `true` or `false` values.

Int

Represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

Int

Represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

String

Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.

Int

Represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

Int

Represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

Int

Represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

String

Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.

ID

Represents a unique identifier that is Base64 obfuscated. It is often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `"VXNlci0xMA=="`) or integer (such as `4`) input value will be accepted as an ID.