DisBot
    Preparing search index...

    Type Alias PollsCreateNestedOneWithoutPollOptionsInput

    type PollsCreateNestedOneWithoutPollOptionsInput = {
        connect?: PollsWhereUniqueInput;
        connectOrCreate?: PollsCreateOrConnectWithoutPollOptionsInput;
        create?: XOR<
            PollsCreateWithoutPollOptionsInput,
            PollsUncheckedCreateWithoutPollOptionsInput,
        >;
    }
    Index

    Properties