diff --git a/graphql/queries.js b/graphql/queries.js
index 5e0b8ddfc63a4ae0e271ab1b1bc48f2987f2f713..308b41f9da2def8946c7b5ca30d261e44431279b 100644
--- a/graphql/queries.js
+++ b/graphql/queries.js
@@ -182,18 +182,18 @@ export const FAVORIS = gql`
 			selected {
 				__typename
 				id {
-					...attr
+					...attr_fav
 				}
 			}
 			others {
 				__typename
 				id {
-					...attr
+					...attr_fav
 				}
 			}
 		}
 	}
-	fragment attr on Identity {
+	fragment attr_fav on Identity {
 		__typename
 		pubkey
 		uid