PersonLinkedinInput
Provides the capabilities for dealing with the person's Linkedin.
input PersonLinkedinInput {
id: ID!
linkedin: LinkedinInput!
}
Fields
PersonLinkedinInput.id
● ID!
non-null scalar
The person's unique identifier.
PersonLinkedinInput.linkedin
● LinkedinInput!
non-null input
The person's Linkedin.
Member Of
addPersonLinkedin
mutation