INPUT_OBJECT
CreateOrUpdateGhostContactAccountRelationInput
link GraphQL Schema definition
- input CreateOrUpdateGhostContactAccountRelationInput {
- : 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.
- #     
- : CreateGhostContactInput
- #   Relation to single entity instance.
- : ID
- #   Simple text input field.
- : String
- #   Relation to single entity instance.
- : ID
- #   Boolean value.
- : Boolean
- #   Boolean value.
- : Boolean
- #   Simple text input field.
- : String
- #   Revision when entity was lastly changed.
- : Int
- #   Relations to AccountRoles.
- : [CreateGhostContactAccountAccountRoleRelationNoGhostContactAccountRelationBackrefInput!]
- }