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