Merge pull request #1718 from automatisch/AUT-830

refactor: rewrite useInvoices with RQ
This commit is contained in:
Ali BARIN
2024-03-15 13:22:21 +01:00
committed by GitHub
6 changed files with 24 additions and 52 deletions

View File

@@ -1,12 +0,0 @@
import { gql } from '@apollo/client';
export const GET_INVOICES = gql`
query GetInvoices {
getInvoices {
id
amount
currency
payout_date
receipt_url
}
}
`;