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