Contact
The name and phone number of a contact person.
type Contact {
name: String!
phoneNumber: String
}
Fields
Contact.name ● String! non-null scalar
The name of the contact person.
Contact.phoneNumber ● String scalar
The phone number of the contact person.