Type Alias ClientLogRawDataUpdateManyWithWhereWithoutClientInput

ClientLogRawDataUpdateManyWithWhereWithoutClientInput: {
    data: XOR<ClientLogRawDataUpdateManyMutationInput, ClientLogRawDataUncheckedUpdateManyWithoutClientInput>;
    where: ClientLogRawDataScalarWhereInput;
}