IO-1132 improve caching after insert.

This commit is contained in:
Patrick Fic
2021-06-01 11:11:49 -07:00
parent 659881e012
commit 642568bc01
6 changed files with 49 additions and 22 deletions

View File

@@ -27,15 +27,8 @@ export const GET_DOCUMENTS_BY_JOB = gql`
key
type
takenat
bill {
id
invoice_number
date
vendor {
id
name
}
}
extension
jobid
}
}
`;
@@ -47,6 +40,10 @@ export const INSERT_NEW_DOCUMENT = gql`
id
name
key
type
takenat
extension
jobid
}
}
}