OBJECT

PollenThreshold

A type that describes a pollen boundary

link GraphQL Schema definition

1type PollenThreshold {
2
3# Pollen substance measured in the environment
4id: String!
5
6# The value for the pollen measure
7value: String!
8
9}