Type Alias ClientBlogCreateOrConnectWithoutClientInput

ClientBlogCreateOrConnectWithoutClientInput: {
    create: XOR<ClientBlogCreateWithoutClientInput, ClientBlogUncheckedCreateWithoutClientInput>;
    where: ClientBlogWhereUniqueInput;
}