updateNetsuiteCustomerInput
No description
input updateNetsuiteCustomerInput {
id: String!
fields: JSON!
}
Fields
updateNetsuiteCustomerInput.id ● String! non-null scalar
Internal id of the customer entity to update.
updateNetsuiteCustomerInput.fields ● JSON! non-null scalar
Map of { netsuiteField: value } to write. Filtered server-side to
the workspace's writable Customer fields.
Member Of
updateNetsuiteCustomer mutation