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
A unique identifier for the client performing the mutation.
AddSupplierContactInput.defaultContact ● Boolean scalar
Whether this contact should be marked as the default contact for the supplier.
AddSupplierContactInput.email ● Email scalar
Email address of the contact person.
AddSupplierContactInput.name ● String! non-null scalar
Full name of the contact person.
AddSupplierContactInput.phoneNumber ● String scalar
Phone number of the contact person.
AddSupplierContactInput.supplierId ● ID! non-null scalar
AddSupplierContactInput.title ● String! non-null scalar
Job title of the contact person.
Member Of
supplyAddContact mutation