Skip to content
Snippets Groups Projects
Commit d96ab668 authored by Pierre-Jean CHANCELLIER's avatar Pierre-Jean CHANCELLIER
Browse files

use unique names for fragments (apollo caching)

parent 5ba72708
No related branches found
No related tags found
No related merge requests found
...@@ -182,18 +182,18 @@ export const FAVORIS = gql` ...@@ -182,18 +182,18 @@ export const FAVORIS = gql`
selected { selected {
__typename __typename
id { id {
...attr ...attr_fav
} }
} }
others { others {
__typename __typename
id { id {
...attr ...attr_fav
} }
} }
} }
} }
fragment attr on Identity { fragment attr_fav on Identity {
__typename __typename
pubkey pubkey
uid uid
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment