INPUT_OBJECT

UpdateCallInput

link GraphQL Schema definition

  • input UpdateCallInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID!
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • opptyProductRelation: CreateOpptyProductRelationInput
  • # Relation to single entity instance.
  • accountId: ID
  • # Relation to single entity instance.
  • callerId: ID
  • # Relation to single entity instance.
  • clientId: ID
  • # Relation to single entity instance.
  • contactId: ID
  • # Relation to single abstract entity instance.
  • #
  • # E.g. Relation to Lead/Oppty
  • #
  • leadOpptyId: ID
  • # Relation to single entity instance.
  • opptyProductRelationId: ID
  • # Phone number.
  • phoneNumber: String
  • # Relation to single entity instance.
  • productId: ID
  • # Generic field wrapping sqlalchemy column, configurable by constructor.
  • #
  • # Good for one-of fields / generated fields.
  • #
  • twilioCallLogId: ID
  • }

link Require by