DisBot
    Preparing search index...

    Type Alias GuildsUpdateOneRequiredWithoutTwitchNotificationsNestedInput

    type GuildsUpdateOneRequiredWithoutTwitchNotificationsNestedInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutTwitchNotificationsInput;
        create?: XOR<
            GuildsCreateWithoutTwitchNotificationsInput,
            GuildsUncheckedCreateWithoutTwitchNotificationsInput,
        >;
        update?: XOR<
            XOR<
                GuildsUpdateToOneWithWhereWithoutTwitchNotificationsInput,
                GuildsUpdateWithoutTwitchNotificationsInput,
            >,
            GuildsUncheckedUpdateWithoutTwitchNotificationsInput,
        >;
        upsert?: GuildsUpsertWithoutTwitchNotificationsInput;
    }
    Index

    Properties