DisBot
    Preparing search index...

    Type Alias PollsUncheckedCreateNestedManyWithoutGuildsInput

    type PollsUncheckedCreateNestedManyWithoutGuildsInput = {
        connect?: PollsWhereUniqueInput | PollsWhereUniqueInput[];
        connectOrCreate?:
            | PollsCreateOrConnectWithoutGuildsInput
            | PollsCreateOrConnectWithoutGuildsInput[];
        create?: | XOR<
            PollsCreateWithoutGuildsInput,
            PollsUncheckedCreateWithoutGuildsInput,
        >
        | PollsCreateWithoutGuildsInput[]
        | PollsUncheckedCreateWithoutGuildsInput[];
        createMany?: PollsCreateManyGuildsInputEnvelope;
    }
    Index

    Properties