INPUT_OBJECT

ContactRemoveInput

Specified the fields required to remove existing contact.

link GraphQL Schema definition

  • input ContactRemoveInput {
  • # The Contact ID to remove.
  • contactId: ID!
  • }