Contact
No description
type Contact implements PersonInterface {
id: ID!
firstName: String!
lastName: String!
email: String
photoUrl: String
jobTitle: String
secondJobTitle: String
organization: String
tags: [String!]!
biography: String
phoneNumber(
type: PhoneNumberInputType
): String
websiteUrl: String
address: Address
socialNetworks: [SocialNetwork!]!
}
Fields
Contact.id ● ID! non-null scalar
Contact.firstName ● String! non-null scalar
Contact.lastName ● String! non-null scalar
Contact.email ● String scalar
Contact.photoUrl ● String scalar
Contact.jobTitle ● String scalar
Contact.secondJobTitle ● String scalar
Contact.organization ● String scalar
Contact.tags ● [String!]! non-null scalar
Contact.biography ● String scalar
Contact.phoneNumber ● String scalar
Contact.phoneNumber.type ● PhoneNumberInputType enum
Contact.websiteUrl ● String scalar
Contact.address ● Address object
Contact.socialNetworks ● [SocialNetwork!]! non-null object
Interfaces
PersonInterface interface
Implemented By
ConnectionTargetUnion union