aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/apollo.ts
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/apollo.ts')
-rw-r--r--webui/src/apollo.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui/src/apollo.ts b/webui/src/apollo.ts
index c111dbd8..3482df54 100644
--- a/webui/src/apollo.ts
+++ b/webui/src/apollo.ts
@@ -9,7 +9,7 @@ const client = new ApolloClient({
typePolicies: {
// TODO: For now, we only query the default repository, so consider it as a singleton
Repository: {
- keyFields: [],
+ keyFields: ['name'],
},
},
}),