contact
Graphql fields and variables for the contact query
query contact ($id: ID, $code: String) {
contact (id: $id, code: $code) {
accountId
code
createdAt
description
email
entityId
firstName
fullName
id
lastName
linkedinUrl
mailingCity
mailingCountry
mailingState
mailingStreet
mailingZip
mobile
phone
portalAccess
salutation
title
updatedAt
}
}Arguments
Name
Type
Description
Response
Last updated
Was this helpful?
