OBJECT
AirStationThresholds
A type that describes the components of an air station threshold
link GraphQL Schema definition
1 type AirStationThresholds { 2 3 # Chemical substance measured in the environment 4 Contaminant! : 5 6 # Value of measurement in micrograms per cubic meter (µg/m3) 7 Float! : 8 9 }