INPUT_OBJECT
CreateOrUpdateGhostContactInput
link GraphQL Schema definition
- input CreateOrUpdateGhostContactInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Name of the entity and its default text representation.
- : String
- # Job title or position of the placeholder contact (org-chart label).
- : String
- # Revision when entity was lastly changed.
- : Int
- }