mirror of
				https://github.com/SillyTavern/SillyTavern.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			194 B
		
	
	
	
		
			GraphQL
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			194 B
		
	
	
	
		
			GraphQL
		
	
	
	
	
	
| fragment MessageFragment on Message {
 | |
|     id
 | |
|     __typename
 | |
|     messageId
 | |
|     text
 | |
|     linkifiedText
 | |
|     authorNickname
 | |
|     state
 | |
|     vote
 | |
|     voteReason
 | |
|     creationTime
 | |
|     suggestedReplies
 | |
| }
 |