getStation
query GetStation($callSign: String, $id: String) {
station(callSign: $callSign, id: $id) {
about
addressCity
addressCountry
addressState
addressStreet
addressZip
borderStation
callSign
colorBackground
colorPrimary
colorSecondary
email
id
images
name
nameFull
phone
timezone
urls
webPortalLinks
}
}