DisBot
    Preparing search index...

    Type Alias GuildsUpdateOneRequiredWithoutSpotifyNotificationsNestedInput

    type GuildsUpdateOneRequiredWithoutSpotifyNotificationsNestedInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutSpotifyNotificationsInput;
        create?: XOR<
            GuildsCreateWithoutSpotifyNotificationsInput,
            GuildsUncheckedCreateWithoutSpotifyNotificationsInput,
        >;
        update?: XOR<
            XOR<
                GuildsUpdateToOneWithWhereWithoutSpotifyNotificationsInput,
                GuildsUpdateWithoutSpotifyNotificationsInput,
            >,
            GuildsUncheckedUpdateWithoutSpotifyNotificationsInput,
        >;
        upsert?: GuildsUpsertWithoutSpotifyNotificationsInput;
    }
    Index

    Properties