DisBot
    Preparing search index...

    Type Alias PollOptionsUncheckedUpdateWithoutPollsInput

    type PollOptionsUncheckedUpdateWithoutPollsInput = {
        Description?: StringFieldUpdateOperationsInput | string;
        Emoji?: NullableStringFieldUpdateOperationsInput | string | null;
        Id?: IntFieldUpdateOperationsInput | number;
        Label?: StringFieldUpdateOperationsInput | string;
        PollAnswers?: PollAnswersUncheckedUpdateManyWithoutPollOptionsNestedInput;
        UserIds?: PollOptionsUpdateUserIdsInput | string[];
        UUID?: StringFieldUpdateOperationsInput | string;
    }
    Index

    Properties

    Description?: StringFieldUpdateOperationsInput | string
    UserIds?: PollOptionsUpdateUserIdsInput | string[]