INPUT_OBJECT

CreateOrUpdateContactSocialRelationInput

link GraphQL Schema definition

  • input CreateOrUpdateContactSocialRelationInput {
  • clientMutationId: String
  • # Unique identifier of entity. Must match with Contact id.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # AngelList profile URL of the contact.
  • angellistUrl: String
  • # Crunchbase profile URL of the contact.
  • crunchbaseUrl: String
  • # Disqus profile URL of the contact.
  • disqusUrl: String
  • # Facebook profile id of the contact.
  • facebookId: String
  • # Facebook profile URL of the contact.
  • facebookUrl: String
  • # Flickr profile URL of the contact.
  • flickrUrl: String
  • # Foursquare profile URL of the contact.
  • foursquareUrl: String
  • # Google profile id of the contact.
  • googleId: String
  • # Google+ profile URL of the contact.
  • googlePlusUrl: String
  • # Gravatar profile URL of the contact.
  • gravatarUrl: String
  • # Klout profile URL of the contact.
  • kloutUrl: String
  • # LinkedIn profile id of the contact.
  • linkedinId: String
  • # LinkedIn profile URL of the contact.
  • linkedinUrl: String
  • # Pinterest profile URL of the contact.
  • pinterestUrl: String
  • # Quora profile URL of the contact.
  • quoraUrl: String
  • # Reddit profile URL of the contact.
  • redditUrl: String
  • # Skype contact URL or username of the contact.
  • skypeUrl: String
  • # SlideShare profile URL of the contact.
  • slideshareUrl: String
  • # Twitter (X) user id of the contact.
  • twitterId: String
  • # Twitter (X) profile URL of the contact.
  • twitterUrl: String
  • # Vimeo profile URL of the contact.
  • vimeoUrl: String
  • # WordPress site URL of the contact.
  • wordpressUrl: String
  • # XING profile URL of the contact.
  • xingUrl: String
  • # Yahoo profile URL of the contact.
  • yahooUrl: String
  • # Yelp profile URL of the contact.
  • yelpUrl: String
  • # YouTube channel URL of the contact.
  • youtubeUrl: String
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by