Represents information about a Linkedin.
type Linkedin {
id: ID
value: String
isDefault: Boolean
}
Fields
Linkedin.id
● ID
scalar
Represents the Linkedin unique identifier.
Linkedin.value
● String
scalar
A single Linkedin. Example: https://www.linkedin.com/in/john-doe
Linkedin.isDefault
● Boolean
scalar
Define whether this Linkedin is the default. This is handy when a contact has multiple Linkedin: Example: true
Member Of
LinkedinEdge
object