INPUT_OBJECT

CreateCallInput

link GraphQL Schema definition

  • input CreateCallInput {
  • clientMutationId: String
  • # 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