Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tpolecat committed Jan 9, 2025
1 parent 0fb3c76 commit 8fe4c44
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9594,6 +9594,11 @@ type Query {
): ObservationSelectResult!


"""
Selects observations via a normal predicate *and* an additional filter for allowed
workflow states. This query is intended for operations and is available only for
service users.
"""
observationsByWorkflowState(
WHERE: WhereObservation,
states: [ObservationWorkflowState!]
Expand Down

0 comments on commit 8fe4c44

Please sign in to comment.