ContactPhone (Object)
type ContactPhone {
nid: Int!
description: String!
phone: String!
predefinedName: ContactPredefinedPhoneNameEnum!
}
Fields
ContactPhone.nid ● Int! non-null scalar
ContactPhone.description ● String! non-null scalar
ContactPhone.phone ● String! non-null scalar
ContactPhone.predefinedName ● ContactPredefinedPhoneNameEnum! non-null enum
Member Of
Contact object