paymentMethod_insert_input
input type for inserting data into table "paymentMethod"
input paymentMethod_insert_input {
archived: Boolean
brand: String
cardPresent: Boolean
createdAt: timestamptz
default: Boolean
id: uuid
last4: String
patientId: uuid
payrixCustomerId: String
processor: String
token: String
updatedAt: timestamptz
workspaceId: uuid
}
Fields
paymentMethod_insert_input.archived ● Boolean scalar
paymentMethod_insert_input.brand ● String scalar
paymentMethod_insert_input.cardPresent ● Boolean scalar
paymentMethod_insert_input.createdAt ● timestamptz scalar
paymentMethod_insert_input.default ● Boolean scalar
paymentMethod_insert_input.id ● uuid scalar
paymentMethod_insert_input.last4 ● String scalar
paymentMethod_insert_input.patientId ● uuid scalar
paymentMethod_insert_input.payrixCustomerId ● String scalar
paymentMethod_insert_input.processor ● String scalar
paymentMethod_insert_input.token ● String scalar
paymentMethod_insert_input.updatedAt ● timestamptz scalar
paymentMethod_insert_input.workspaceId ● uuid scalar
Member Of
insert_paymentMethod_one mutation ● insert_paymentMethod mutation ● paymentMethod_arr_rel_insert_input input ● paymentMethod_obj_rel_insert_input input