Merge pull request #1718 from automatisch/AUT-830
refactor: rewrite useInvoices with RQ
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
import { gql } from '@apollo/client';
|
||||
export const GET_INVOICES = gql`
|
||||
query GetInvoices {
|
||||
getInvoices {
|
||||
id
|
||||
amount
|
||||
currency
|
||||
payout_date
|
||||
receipt_url
|
||||
}
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user