feat: make invoices dynamic
This commit is contained in:
14
packages/web/src/graphql/queries/get-invoices.ee.ts
Normal file
14
packages/web/src/graphql/queries/get-invoices.ee.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
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