insert_payment_one
insert a single row into the table: "payment"
insert_payment_one(
object: payment_insert_input!
on_conflict: payment_on_conflict
): payment
Arguments
insert_payment_one.object ● payment_insert_input! non-null input
the row to be inserted
insert_payment_one.on_conflict ● payment_on_conflict input
upsert condition
Type
payment object
columns and relationships of "payment"