feature/IO-3499-React-19 Checkpoint
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user