INPUT_OBJECT
CreateOrUpdateContactSocialRelationInput
link GraphQL Schema definition
- input CreateOrUpdateContactSocialRelationInput {
- : String
- # Unique identifier of entity. Must match with Contact id.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # AngelList profile URL of the contact.
- : String
- # Crunchbase profile URL of the contact.
- : String
- # Disqus profile URL of the contact.
- : String
- # Facebook profile id of the contact.
- : String
- # Facebook profile URL of the contact.
- : String
- # Flickr profile URL of the contact.
- : String
- # Foursquare profile URL of the contact.
- : String
- # Google profile id of the contact.
- : String
- # Google+ profile URL of the contact.
- : String
- # Gravatar profile URL of the contact.
- : String
- # Klout profile URL of the contact.
- : String
- # LinkedIn profile id of the contact.
- : String
- # LinkedIn profile URL of the contact.
- : String
- # Pinterest profile URL of the contact.
- : String
- # Quora profile URL of the contact.
- : String
- # Reddit profile URL of the contact.
- : String
- # Skype contact URL or username of the contact.
- : String
- # SlideShare profile URL of the contact.
- : String
- # Twitter (X) user id of the contact.
- : String
- # Twitter (X) profile URL of the contact.
- : String
- # Vimeo profile URL of the contact.
- : String
- # WordPress site URL of the contact.
- : String
- # XING profile URL of the contact.
- : String
- # Yahoo profile URL of the contact.
- : String
- # Yelp profile URL of the contact.
- : String
- # YouTube channel URL of the contact.
- : String
- # Revision when entity was lastly changed.
- : Int
- }