DisBot
    Preparing search index...

    Type Alias UsersUpdateOneRequiredWithoutGuildBackupsNestedInput

    type UsersUpdateOneRequiredWithoutGuildBackupsNestedInput = {
        connect?: UsersWhereUniqueInput;
        connectOrCreate?: UsersCreateOrConnectWithoutGuildBackupsInput;
        create?: XOR<
            UsersCreateWithoutGuildBackupsInput,
            UsersUncheckedCreateWithoutGuildBackupsInput,
        >;
        update?: XOR<
            XOR<
                UsersUpdateToOneWithWhereWithoutGuildBackupsInput,
                UsersUpdateWithoutGuildBackupsInput,
            >,
            UsersUncheckedUpdateWithoutGuildBackupsInput,
        >;
        upsert?: UsersUpsertWithoutGuildBackupsInput;
    }
    Index

    Properties