INPUT_OBJECT
CreateGhostContactAccountAccountRoleRelationInput
link GraphQL Schema definition
- input CreateGhostContactAccountAccountRoleRelationInput {
- : String
- #   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.
- #     
- : CreateGhostContactAccountRelationInput!
- #   Relation to single entity instance.
- : ID!
- #   Relation to single entity instance.
- : ID!
- #   Revision when entity was lastly changed.
- : Int
- }