forked from DebaucheryLibrarian/traxxx
				
			Added comment to poster and photo fragment.
This commit is contained in:
		
							parent
							
								
									6950a76cb5
								
							
						
					
					
						commit
						3845c3f52d
					
				|  | @ -46,17 +46,19 @@ const releaseTagsFragment = ` | |||
| 
 | ||||
| const releasePosterFragment = ` | ||||
|     poster: releasesMediasByTargetId(condition: { role: "poster" }) { | ||||
|       index | ||||
|       path | ||||
|       thumbnail | ||||
|         index | ||||
|         path | ||||
|         thumbnail | ||||
|         comment | ||||
|     } | ||||
| `;
 | ||||
| 
 | ||||
| const releasePhotosFragment = ` | ||||
|     photos: releasesMediasByTargetId(condition: { role: "photo" }) { | ||||
|       index | ||||
|       path | ||||
|       thumbnail | ||||
|         index | ||||
|         path | ||||
|         thumbnail | ||||
|         comment | ||||
|     } | ||||
| `;
 | ||||
| 
 | ||||
|  |  | |||
|  | @ -35,11 +35,13 @@ function initTagsActions(store, _router) { | |||
|                         id | ||||
|                         thumbnail | ||||
|                         path | ||||
|                         comment | ||||
|                     } | ||||
|                     photos: tagsMediasByTargetId(condition: { role: "photo" }) { | ||||
|                         id | ||||
|                         thumbnail | ||||
|                         path | ||||
|                         comment | ||||
|                     } | ||||
|                     releases: releasesTags { | ||||
|                         tagRelease { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue