Skip to main content

insert_payment

insert data into the table: "payment"

insert_payment(
objects: [payment_insert_input!]!
on_conflict: payment_on_conflict
): payment_mutation_response

Arguments

insert_payment.objects ● [payment_insert_input!]! non-null input

the rows to be inserted

insert_payment.on_conflict ● payment_on_conflict input

upsert condition

Type

payment_mutation_response object

response of any mutation on the table "payment"