some cleanup and translation
This commit is contained in:
@@ -1,29 +0,0 @@
|
||||
import { gql } from "@apollo/client";
|
||||
|
||||
export const QUERY_ALL_PAYMENT_RESPONSE = gql`
|
||||
query QUERY_ALL_PAYMENT_RESPONSE {
|
||||
payment_response {
|
||||
amount
|
||||
bodyshopid
|
||||
declinereason
|
||||
ext_paymentid
|
||||
id
|
||||
jobid
|
||||
paymentid
|
||||
response
|
||||
successful
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
export const INSERT_PAYMENT_RESPONSE = gql`
|
||||
mutation INSERT_PAYMENT_RESPONSE(
|
||||
$paymentResponse: [payment_response_insert_input!]!
|
||||
) {
|
||||
insert_payment_response(objects: $paymentResponse) {
|
||||
returning {
|
||||
id
|
||||
}
|
||||
}
|
||||
}
|
||||
`;
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user