|  |  |  | @ -15,11 +15,10 @@ | 
		
	
		
			
				|  |  |  |  |    ORDER BY i.updated_at DESC") | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  | (defn find-by-schema! [schema-uuid] | 
		
	
		
			
				|  |  |  |  |   (->> | 
		
	
		
			
				|  |  |  |  |    (neo4j/exec-query! | 
		
	
		
			
				|  |  |  |  |     findy-by-schema | 
		
	
		
			
				|  |  |  |  |     {:uuid schema-uuid}) | 
		
	
		
			
				|  |  |  |  |    (map :i))) | 
		
	
		
			
				|  |  |  |  |   (map :i | 
		
	
		
			
				|  |  |  |  |        (neo4j/exec-query! | 
		
	
		
			
				|  |  |  |  |         findy-by-schema | 
		
	
		
			
				|  |  |  |  |         {:uuid schema-uuid}))) | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  | (neo4j/defquery create-instance | 
		
	
		
			
				|  |  |  |  |   "MATCH (s:schema {uuid:{schema_uuid}}) | 
		
	
	
		
			
				
					|  |  |  | 
 |