DisBot
    Preparing search index...

    Type Alias PollAnswersCreateOrConnectWithoutPollOptionsInput

    type PollAnswersCreateOrConnectWithoutPollOptionsInput = {
        create: XOR<
            PollAnswersCreateWithoutPollOptionsInput,
            PollAnswersUncheckedCreateWithoutPollOptionsInput,
        >;
        where: PollAnswersWhereUniqueInput;
    }
    Index

    Properties

    Properties