INPUT_OBJECT
CreateOrUpdateOpptyProductRelationDataExRelationInput
link GraphQL Schema definition
- input CreateOrUpdateOpptyProductRelationDataExRelationInput {
- String :
- # Unique identifier of entity.
- ID :
- # Last modification time.
- DateTime :
- # Creation time.
- DateTime :
- # Relation to single entity instance. Target entity is re-used and not deleted
- # on de-association.
- #
- # Examples:
- #
- # Opportunity.owner -> Client, the Client is reused for many opportunities.
- #
- # Account.picture -> CloudObject, the CloudObject can be reused on many accounts.
- #
- CreateOpptyProductRelationInput :
- # Relation to single entity instance.
- ID :
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- ID :
- # Relation to single entity instance.
- ID :
- # Revision when entity was lastly changed.
- Int :
- }