MAJOR CHANGE: Renamed invoices to bills BOD-410
This commit is contained in:
@@ -28,9 +28,9 @@ export const QUERY_JOBS_FOR_EXPORT = gql`
|
||||
}
|
||||
`;
|
||||
|
||||
export const QUERY_INVOICES_FOR_EXPORT = gql`
|
||||
query QUERY_INVOICES_FOR_EXPORT {
|
||||
invoices(where: { exported: { _eq: false } }) {
|
||||
export const QUERY_BILLS_FOR_EXPORT = gql`
|
||||
query QUERY_BILLS_FOR_EXPORT {
|
||||
bills(where: { exported: { _eq: false } }) {
|
||||
id
|
||||
exported
|
||||
date
|
||||
|
||||
Reference in New Issue
Block a user