DisBot
    Preparing search index...

    Type Alias PollOptionsCreateNestedOneWithoutPollAnswersInput

    type PollOptionsCreateNestedOneWithoutPollAnswersInput = {
        connect?: PollOptionsWhereUniqueInput;
        connectOrCreate?: PollOptionsCreateOrConnectWithoutPollAnswersInput;
        create?: XOR<
            PollOptionsCreateWithoutPollAnswersInput,
            PollOptionsUncheckedCreateWithoutPollAnswersInput,
        >;
    }
    Index

    Properties