Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickseguraoddball committed Dec 5, 2024
1 parent b69495b commit 2873f63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ const splitLink = split(
const client = new ApolloClient({
link: splitLink,
cache: new InMemoryCache({
// Custom cache key for gql entities that have no `id` field, the default cache key for apollo
typePolicies: {
OperationalSolution: {
keyFields: ['key', 'nameOther', 'id']
Expand Down

0 comments on commit 2873f63

Please sign in to comment.