OBJECT

ContactMatch

Contact Match

link GraphQL Schema definition

  • type ContactMatch {
  • # email of the Contact
  • email: String
  • # email match of the Contact
  • emailMatch: Boolean
  • # first name of the Contact
  • firstName: String!
  • # ID of the Contact
  • id: ID
  • # last name of the Contact
  • lastName: String
  • # mobile phone of the Contact
  • mobilePhone: String
  • # mobile phone match of the Contact
  • mobilePhoneMatch: Boolean
  • # request access token of the Contact
  • requestAccessToken: String
  • }