INPUT_OBJECT
UpdateCallInput
link GraphQL Schema definition
- input UpdateCallInput {
- 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.
- #
- ID :
- }