Type Alias WSMessageEmbedCreateOrConnectWithoutFieldsInput

WSMessageEmbedCreateOrConnectWithoutFieldsInput: {
    create: XOR<WSMessageEmbedCreateWithoutFieldsInput, WSMessageEmbedUncheckedCreateWithoutFieldsInput>;
    where: WSMessageEmbedWhereUniqueInput;
}