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 common

A unique identifier for the client performing the mutation.

UpdateSupplierContactInput.contactId ● ID! non-null scalar common

ID of the contact to update.

UpdateSupplierContactInput.defaultContact ● Boolean scalar common

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

UpdateSupplierContactInput.email ● Email scalar common

Email address of the contact person.

UpdateSupplierContactInput.name ● String scalar common

Full name of the contact person.

UpdateSupplierContactInput.phoneNumber ● String scalar common

Phone number of the contact person.

UpdateSupplierContactInput.title ● String scalar common

Job title of the contact person.

Member Of

supplyUpdateContact mutation