pub const STATUS_OPTIONS_UPDATE: &str = r#"mutation($input:UpdateProjectV2FieldInput!){updateProjectV2Field(input:$input){projectV2Field{... on ProjectV2SingleSelectField{id options{id name color description}}}}}"#;Expand description
Replaces a single-select field’s options. Only the guarded field setup — the
status-options and fields operations — may use this document, because GitHub
treats the input as the complete option list.