Skip to main content

CustomFieldRemoveInput

Autogenerated input type of CustomFieldRemove

input CustomFieldRemoveInput {
clientMutationId: String
customFieldId: ID!
itemId: ID!
}

Fields

CustomFieldRemoveInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

CustomFieldRemoveInput.customFieldId ● ID! non-null scalar common

The ID of the custom field to remove.

CustomFieldRemoveInput.itemId ● ID! non-null scalar common

The ID of the contact or company to remove the custom field from.

Member of

customFieldRemove mutation