ContactPoint
No description
type ContactPoint {
token: ID!
url: String
type: String!
timeCreated: Timestamp!
timeLastEdited: Timestamp!
}
Fields
ContactPoint.token ● ID! non-null scalar
ContactPoint.url ● String scalar
ContactPoint.type ● String! non-null scalar
ContactPoint.timeCreated ● Timestamp! non-null scalar
ContactPoint.timeLastEdited ● Timestamp! non-null scalar
Returned By
createReachLink mutation ● sendContactPointEmail mutation ● sendContactPointPhoneMessage mutation