Contact
A contact. Usually attached to a podcast. Requires our plus or pro plans
type Contact {
email: String
url: Url
fullName: String
type: String
modifiedDate: DateTime!
relation: ContactRelation
}
A contact. Usually attached to a podcast. Requires our plus or pro plans
type Contact {
email: String
url: Url
fullName: String
type: String
modifiedDate: DateTime!
relation: ContactRelation
}
email (String)url (Url)fullName (String)type (String)modifiedDate (DateTime!)relation (ContactRelation)