Skip to main content

UpdateSupplierContactInput

Autogenerated input type of UpdateSupplierContact

input UpdateSupplierContactInput {
clientMutationId: String
contactId: ID!
defaultContact: Boolean
email: Email
name: String
phoneNumber: String
title: String
}

Fields

UpdateSupplierContactInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

UpdateSupplierContactInput.contactId ● ID! non-null scalar

ID of the contact to update.

UpdateSupplierContactInput.defaultContact ● Boolean scalar

Whether this contact should be marked as the default contact for the supplier.

UpdateSupplierContactInput.email ● Email scalar

Email address of the contact person.

UpdateSupplierContactInput.name ● String scalar

Full name of the contact person.

UpdateSupplierContactInput.phoneNumber ● String scalar

Phone number of the contact person.

UpdateSupplierContactInput.title ● String scalar

Job title of the contact person.

Member Of

supplyUpdateContact mutation