OBJECT
ContactSocialRelationEntity
link GraphQL Schema definition
- type ContactSocialRelationEntity {
- # Tells if the entity instance is protected against delete (Entities that need to
- # be present in the system at any time). Delete action still may fail if entity is
- # deletable, due some other additional validations.
- : Boolean!
- # Unique identifier of entity. Must match with Contact id.
- : ID!
- # Specifies if the entity is considered deleted.
- : Boolean
- # 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
- # Checks which permissions current user has on concrete entity instance.
- #
- # Arguments
- # permissions: [Not documented]
- (: [EntityPermsEnum!]!): [EntityPermsEnum!]!
- }