CustomFieldDeleteInput
Autogenerated input type of CustomFieldDelete
input CustomFieldDeleteInput {
clientMutationId: String
customFieldId: ID!
deleteMode: DeleteMode
}
Fields
CustomFieldDeleteInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
CustomFieldDeleteInput.customFieldId ● ID! non-null scalar common
The ID of the custom field to delete.
CustomFieldDeleteInput.deleteMode ● DeleteMode enum common
Soft-delete (move to trash) or hard-delete (permanent)
Member of
customFieldDelete mutation