DisBot
    Preparing search index...

    Type Alias PollsCreateOrConnectWithoutPollAnswersInput

    type PollsCreateOrConnectWithoutPollAnswersInput = {
        create: XOR<
            PollsCreateWithoutPollAnswersInput,
            PollsUncheckedCreateWithoutPollAnswersInput,
        >;
        where: PollsWhereUniqueInput;
    }
    Index

    Properties

    Properties