Skip to content

Commit

Permalink
Update scheme.graphql
Browse files Browse the repository at this point in the history
This was forgotten in the previous commit. But that was already
basically released, so oh well. It's just the comment of the API which
is only interesting for us anyway.
  • Loading branch information
LukasKalbertodt committed Oct 25, 2023
1 parent 9f877e5 commit 41a7d86
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -438,8 +438,9 @@ type Query {
"Returns `null` if the query is too short."
search(query: String!): SearchOutcome!
"""
Searches through all events (including non-listed ones). Requires
moderator rights.
Searches through all events that the user has write access to
(unlisted and listed). If `writeable_only` is `false`, events that are
listed and that the user has read access to are also returned.
"""
searchAllEvents(query: String!, writableOnly: Boolean!): EventSearchOutcome!
"""
Expand Down

0 comments on commit 41a7d86

Please sign in to comment.