getAudiostreams
query GetAudiostreams($stationId: UUID!) {
audiostreams: stationAudiostreams(stationId: $stationId) {
id
logoTransformTemplate
name
slug
sources {
profile
url
weight
}
weight
}
}
query GetAudiostreams($stationId: UUID!) {
audiostreams: stationAudiostreams(stationId: $stationId) {
id
logoTransformTemplate
name
slug
sources {
profile
url
weight
}
weight
}
}