DisBot
    Preparing search index...

    Type Alias GuildSpotifyNotificationsUpdateManyWithoutGuildsNestedInput

    type GuildSpotifyNotificationsUpdateManyWithoutGuildsNestedInput = {
        connect?:
            | GuildSpotifyNotificationsWhereUniqueInput
            | GuildSpotifyNotificationsWhereUniqueInput[];
        connectOrCreate?: | GuildSpotifyNotificationsCreateOrConnectWithoutGuildsInput
        | GuildSpotifyNotificationsCreateOrConnectWithoutGuildsInput[];
        create?: | XOR<
            GuildSpotifyNotificationsCreateWithoutGuildsInput,
            GuildSpotifyNotificationsUncheckedCreateWithoutGuildsInput,
        >
        | GuildSpotifyNotificationsCreateWithoutGuildsInput[]
        | GuildSpotifyNotificationsUncheckedCreateWithoutGuildsInput[];
        createMany?: GuildSpotifyNotificationsCreateManyGuildsInputEnvelope;
        delete?: | GuildSpotifyNotificationsWhereUniqueInput
        | GuildSpotifyNotificationsWhereUniqueInput[];
        deleteMany?: | GuildSpotifyNotificationsScalarWhereInput
        | GuildSpotifyNotificationsScalarWhereInput[];
        disconnect?: | GuildSpotifyNotificationsWhereUniqueInput
        | GuildSpotifyNotificationsWhereUniqueInput[];
        set?: | GuildSpotifyNotificationsWhereUniqueInput
        | GuildSpotifyNotificationsWhereUniqueInput[];
        update?: | GuildSpotifyNotificationsUpdateWithWhereUniqueWithoutGuildsInput
        | GuildSpotifyNotificationsUpdateWithWhereUniqueWithoutGuildsInput[];
        updateMany?: | GuildSpotifyNotificationsUpdateManyWithWhereWithoutGuildsInput
        | GuildSpotifyNotificationsUpdateManyWithWhereWithoutGuildsInput[];
        upsert?: | GuildSpotifyNotificationsUpsertWithWhereUniqueWithoutGuildsInput
        | GuildSpotifyNotificationsUpsertWithWhereUniqueWithoutGuildsInput[];
    }
    Index

    Properties