Type Alias ClientUpdateOneWithoutFaqNestedInput

ClientUpdateOneWithoutFaqNestedInput: {
    connect?: ClientWhereUniqueInput;
    connectOrCreate?: ClientCreateOrConnectWithoutFaqInput;
    create?: XOR<ClientCreateWithoutFaqInput, ClientUncheckedCreateWithoutFaqInput>;
    delete?: ClientWhereInput | boolean;
    disconnect?: ClientWhereInput | boolean;
    update?: XOR<XOR<ClientUpdateToOneWithWhereWithoutFaqInput, ClientUpdateWithoutFaqInput>, ClientUncheckedUpdateWithoutFaqInput>;
    upsert?: ClientUpsertWithoutFaqInput;
}