DeleteSupplierContactInput
Autogenerated input type of DeleteSupplierContact
input DeleteSupplierContactInput {
clientMutationId: String
contactId: ID!
}
Fields
DeleteSupplierContactInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
DeleteSupplierContactInput.contactId ● ID! non-null scalar
ID of the contact to delete.
Member Of
supplyDeleteContact mutation