INPUT_OBJECT
CreateOrUpdateCallInput
link GraphQL Schema definition
- input CreateOrUpdateCallInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- : CreateOpptyProductRelationInput
- # Relation to single entity instance.
- : ID
- # Relation to single entity instance.
- : ID
- # Relation to single entity instance.
- : ID
- # Relation to single entity instance.
- : ID
- # Relation to single abstract entity instance.
- #
- # E.g. Relation to Lead/Oppty
- #
- : ID
- # Relation to single entity instance.
- : ID
- # Phone number.
- : String
- # Relation to single entity instance.
- : ID
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- : String
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- : String
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- : String
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- : ID
- # This is small hack to force creation of MediaEntity upon Call creation.
- #
- # This field cannot be actually set. Instead, CallRepository.create method handles
- # media creation,
- #
- # if requested.
- #
- : AudioStatus
- }