ContactInfo
No description
type ContactInfo {
_id: ObjectId!
company: String
firstname: String
lastname: String
email: String!
skype: String
telephone: String
companyLogo: Buffer
}
No description
type ContactInfo {
_id: ObjectId!
company: String
firstname: String
lastname: String
email: String!
skype: String
telephone: String
companyLogo: Buffer
}
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
scalar