DisBot
    Preparing search index...

    Type Alias GuildsUpdateOneRequiredWithoutGuildLeaveSetupNestedInput

    type GuildsUpdateOneRequiredWithoutGuildLeaveSetupNestedInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutGuildLeaveSetupInput;
        create?: XOR<
            GuildsCreateWithoutGuildLeaveSetupInput,
            GuildsUncheckedCreateWithoutGuildLeaveSetupInput,
        >;
        update?: XOR<
            XOR<
                GuildsUpdateToOneWithWhereWithoutGuildLeaveSetupInput,
                GuildsUpdateWithoutGuildLeaveSetupInput,
            >,
            GuildsUncheckedUpdateWithoutGuildLeaveSetupInput,
        >;
        upsert?: GuildsUpsertWithoutGuildLeaveSetupInput;
    }
    Index

    Properties