feature/IO-3499-React-19 Checkpoint

This commit is contained in:
Dave
2026-01-21 14:05:03 -05:00
parent 803a811039
commit d06b20b1a8
10 changed files with 26 additions and 7 deletions

View File

@@ -169,6 +169,15 @@ const link = ApolloLink.from(
*/
const cache = new InMemoryCache({
typePolicies: {
users: {
keyFields: ["email"]
},
masterdata: {
keyFields: ["key"]
},
job_conversations: {
keyFields: ["conversationid", "jobid"]
},
Query: {
fields: {
conversations: {