OBJECT
ContactMatch
Contact Match
link GraphQL Schema definition
- type ContactMatch {
- # email of the Contact
- : String
- # email match of the Contact
- : Boolean
- # first name of the Contact
- : String!
- # ID of the Contact
- : ID
- # last name of the Contact
- : String
- # mobile phone of the Contact
- : String
- # mobile phone match of the Contact
- : Boolean
- # request access token of the Contact
- : String
- }