Type Alias WSMessageEmbedCreateNestedOneWithoutFieldsInput

WSMessageEmbedCreateNestedOneWithoutFieldsInput: {
    connect?: WSMessageEmbedWhereUniqueInput;
    connectOrCreate?: WSMessageEmbedCreateOrConnectWithoutFieldsInput;
    create?: XOR<WSMessageEmbedCreateWithoutFieldsInput, WSMessageEmbedUncheckedCreateWithoutFieldsInput>;
}