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