Type Alias ClientBlogUpdateManyWithWhereWithoutClientInput

ClientBlogUpdateManyWithWhereWithoutClientInput: {
    data: XOR<ClientBlogUpdateManyMutationInput, ClientBlogUncheckedUpdateManyWithoutClientInput>;
    where: ClientBlogScalarWhereInput;
}