mirror of
				https://github.com/SillyTavern/SillyTavern.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			368 B
		
	
	
	
		
			GraphQL
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			368 B
		
	
	
	
		
			GraphQL
		
	
	
	
	
	
fragment UserSnippetFragment on PoeUser {
 | 
						|
    id
 | 
						|
    uid
 | 
						|
    bio
 | 
						|
    handle
 | 
						|
    fullName
 | 
						|
    viewerIsFollowing
 | 
						|
    isPoeOnlyUser
 | 
						|
    profilePhotoURLTiny: profilePhotoUrl(size: tiny)
 | 
						|
    profilePhotoURLSmall: profilePhotoUrl(size: small)
 | 
						|
    profilePhotoURLMedium: profilePhotoUrl(size: medium)
 | 
						|
    profilePhotoURLLarge: profilePhotoUrl(size: large)
 | 
						|
    isFollowable
 | 
						|
}
 |