OBJECT

AirStationThresholds

A type that describes the components of an air station threshold

link GraphQL Schema definition

1type AirStationThresholds {
2
3# Chemical substance measured in the environment
4contaminant: Contaminant!
5
6# Value of measurement in micrograms per cubic meter (µg/m3)
7value: Float!
8
9}