Skip to main content

CREATE_FIELD

Constant CREATE_FIELD 

Source
pub const CREATE_FIELD: &str = r#"mutation($input:CreateProjectV2FieldInput!){createProjectV2Field(input:$input){projectV2Field{... on ProjectV2SingleSelectField{id name options{id name color description}}}}}"#;
Expand description

Creates one single-select field with its options. Only the guarded field setup may use this document, and only for a field the board lacks.