DisBot
    Preparing search index...

    Type Alias PollsUpsertWithoutPollAnswersInput

    type PollsUpsertWithoutPollAnswersInput = {
        create: XOR<
            PollsCreateWithoutPollAnswersInput,
            PollsUncheckedCreateWithoutPollAnswersInput,
        >;
        update: XOR<
            PollsUpdateWithoutPollAnswersInput,
            PollsUncheckedUpdateWithoutPollAnswersInput,
        >;
        where?: PollsWhereInput;
    }
    Index

    Properties

    Properties