INPUT_OBJECT

DeleteCustomEntityRelationDataInput

link GraphQL Schema definition

  • input DeleteCustomEntityRelationDataInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID!
  • # Relation to single abstract entity instance.
  • #
  • # E.g. Relation to Lead/Oppty
  • #
  • activity1Id: ID
  • # Relation to single abstract entity instance.
  • #
  • # E.g. Relation to Lead/Oppty
  • #
  • activity2Id: ID
  • # Relation to single abstract entity instance.
  • #
  • # E.g. Relation to Lead/Oppty
  • #
  • leadOppty1Id: ID
  • # Relation to single abstract entity instance.
  • #
  • # E.g. Relation to Lead/Oppty
  • #
  • leadOppty2Id: ID
  • }

link Require by