PersonLinkedinsInput
Provides the capabilities for dealing with the person's Linkedin.
input PersonLinkedinsInput {
id: ID!
linkedins: [LinkedinInput!]
}
Fields
PersonLinkedinsInput.id
● ID!
non-null scalar
The person's unique identifier.
PersonLinkedinsInput.linkedins
● [LinkedinInput!]
list input
The person's Linkedin.
Member Of
updatePersonLinkedins
mutation