PhaseFieldInput


Phase field's inputs

Input Fields : ObjectDescription
label: String The field title
type_id: ID The field type Valid options: - assignee_select - attachment - checklist_horizontal - checklist_vertical - cnpj - connector - cpf - currency - date - datetime - due_date - email - id - label_select - long_text - number - phone - radio_horizontal - radio_vertical - select - short_text - statement - time
description: String The field description
editable: Boolean Whether the field is editable
help: String The field help text
options: [String] The options of the Checklist, Radio or Select field
phase_id: ID The phase ID
required: Boolean Whether the field is required
sync_with_card: Boolean Whether the field is sync with the fixed field

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.

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.

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.

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.

Boolean

Represents `true` or `false` values.

Boolean

Represents `true` or `false` values.