refactor(web): remove typescript
This commit is contained in:
12
packages/web/src/graphql/queries/get-invoices.ee.js
Normal file
12
packages/web/src/graphql/queries/get-invoices.ee.js
Normal file
@@ -0,0 +1,12 @@
|
||||
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