insert_paymentMethod
insert data into the table: "paymentMethod"
insert_paymentMethod(
objects: [paymentMethod_insert_input!]!
on_conflict: paymentMethod_on_conflict
): paymentMethod_mutation_response
Arguments
insert_paymentMethod.objects
● [paymentMethod_insert_input!]!
non-null input
the rows to be inserted
insert_paymentMethod.on_conflict
● paymentMethod_on_conflict
input
upsert condition
Type
paymentMethod_mutation_response
object
response of any mutation on the table "paymentMethod"