Initial edits for payment editing IO-531

This commit is contained in:
Patrick Fic
2021-01-11 14:01:38 -08:00
parent 32cbe95d0b
commit 03e5d38c8a
4 changed files with 56 additions and 5 deletions

View File

@@ -40,6 +40,7 @@ export const QUERY_ALL_PAYMENTS_PAGINATED = gql`
stripeid
exportedat
stripeid
payer
}
search_payments_aggregate(args: { search: $search }) {
aggregate {
@@ -69,6 +70,14 @@ export const UPDATE_PAYMENTS = gql`
returning {
id
exportedat
transactionid
memo
type
amount
stripeid
exportedat
stripeid
payer
}
}
}