Framework for entering time tickets BOD-183 BOD-185
This commit is contained in:
@@ -52,7 +52,7 @@ export const QUERY_INVOICES_FOR_EXPORT = gql`
|
||||
export const QUERY_PAYMENTS_FOR_EXPORT = gql`
|
||||
query QUERY_PAYMENTS_FOR_EXPORT {
|
||||
payments(
|
||||
where: { exportedat: { _eq: null } }
|
||||
where: { exportedat: { _is_null: true } }
|
||||
order_by: { created_at: desc }
|
||||
) {
|
||||
id
|
||||
|
||||
Reference in New Issue
Block a user