| 
					
				 | 
			
			
				@@ -600,6 +600,11 @@ class OuattSchemaExtension extends SdlSchemaExtensionPluginBase { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         ->map('entity', $builder->fromParent()) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       ); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    $registry->addFieldResolver('Source', 'uuid', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      $builder->produce('entity_uuid') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        ->map('entity', $builder->fromParent()) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      ); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     $registry->addFieldResolver('Source', 'description', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       $builder->produce('property_path') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         ->map('type', $builder->fromValue('entity:paragraph')) 
			 |