DisBot
    Preparing search index...

    Type Alias PollOptionsCreateOrConnectWithoutPollAnswersInput

    type PollOptionsCreateOrConnectWithoutPollAnswersInput = {
        create: XOR<
            PollOptionsCreateWithoutPollAnswersInput,
            PollOptionsUncheckedCreateWithoutPollAnswersInput,
        >;
        where: PollOptionsWhereUniqueInput;
    }
    Index

    Properties

    Properties