Commit d56cce87 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch '356006-change-blob-key-field' into 'master'

Add unique keyField for Blob types

See merge request gitlab-org/gitlab!83941
parents 866c738a 5d023ddb
...@@ -47,6 +47,9 @@ export const typePolicies = { ...@@ -47,6 +47,9 @@ export const typePolicies = {
DesignCollection: { DesignCollection: {
merge: true, merge: true,
}, },
TreeEntry: {
keyFields: ['webPath'],
},
}; };
export const stripWhitespaceFromQuery = (url, path) => { export const stripWhitespaceFromQuery = (url, path) => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment