View and edit payments IO-531

This commit is contained in:
Patrick Fic
2021-01-14 15:17:16 -08:00
parent f1e26f58a4
commit 9c03d48fc2
7 changed files with 96 additions and 80 deletions

View File

@@ -55,7 +55,14 @@ export const UPDATE_PAYMENT = gql`
update_payments(where: { id: { _eq: $paymentId } }, _set: $payment) {
returning {
id
exported_at
transactionid
memo
type
amount
stripeid
exportedat
stripeid
payer
}
}
}