INPUT_OBJECT
Specify input details for observation trend
input ObservationTrendInput {# Filter by observation active before the given endTime. Note: Expressed in UTC # ISO-8601 timestampendTime: DateTime!# Exclude sourcesexcludeSources: [String!]# Filter by observations active after the given startTime. Note: Expressed in UTC # ISO-8601 timestampstartTime: DateTime!}