MinimalCardFieldValueInterface


Card field value information

Field : ObjectDescription
array_value: [String] The value of an Attachment, Checklists, Connection or Label field, processed as an array type
assignee_values: [User] Information about the users assigned to the card
connectedRepoItems: [PublicRepoItemTypes] Information about cards and records connected with the card
date_value: Date The value of a Date, DateTime or DueDate field, processed as a date type
datetime_value: DateTime The value of a DateTime or DueDate field, processed as a date and time type
field: MinimalField Information about the card field
float_value: Float The field float value
label_values: [FieldLabel] Information about the card label
native_value: String The field value for show
report_value: String The field value prepared for report
value: String The field value

String

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

Date

An ISO‐8601 encoded UTC date string (YYYY-MM-DD).

DateTime

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

Float

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

String

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

String

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

String

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