ContactInfo
No description
type ContactInfo {
_id: ObjectId!
company: String
firstname: String
lastname: String
email: String!
skype: String
telephone: String
companyLogo: Buffer
isFraud: Boolean
}
No description
type ContactInfo {
_id: ObjectId!
company: String
firstname: String
lastname: String
email: String!
skype: String
telephone: String
companyLogo: Buffer
isFraud: Boolean
}
ContactInfo._id ● ObjectId! non-null scalarContactInfo.company ● String scalarContactInfo.firstname ● String scalarContactInfo.lastname ● String scalarContactInfo.email ● String! non-null scalarContactInfo.skype ● String scalarContactInfo.telephone ● String scalarContactInfo.companyLogo ● Buffer scalarContactInfo.isFraud ● Boolean scalar