AddSupplierContactInput
Autogenerated input type of AddSupplierContact
input AddSupplierContactInput {
clientMutationId: String
defaultContact: Boolean
email: Email
name: String!
phoneNumber: String
supplierId: ID!
title: String!
}
Fields
AddSupplierContactInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
AddSupplierContactInput.defaultContact ● Boolean scalar common
Whether this contact should be marked as the default contact for the supplier.
AddSupplierContactInput.email ● Email scalar common
Email address of the contact person.
AddSupplierContactInput.name ● String! non-null scalar common
Full name of the contact person.
AddSupplierContactInput.phoneNumber ● String scalar common
Phone number of the contact person.
AddSupplierContactInput.supplierId ● ID! non-null scalar common
AddSupplierContactInput.title ● String! non-null scalar common
Job title of the contact person.
Member Of
supplyAddContact mutation