Skip to main content

ContactInfo

No description

type ContactInfo {
_id: ObjectId!
company: String
firstname: String
lastname: String
email: String!
skype: String
telephone: String
companyLogo: Buffer
}

Fields

ContactInfo._id ● ObjectId! non-null scalar

ContactInfo.company ● String scalar

ContactInfo.firstname ● String scalar

ContactInfo.lastname ● String scalar

ContactInfo.email ● String! non-null scalar

ContactInfo.skype ● String scalar

ContactInfo.telephone ● String scalar

ContactInfo.companyLogo ● Buffer scalar