diff --git a/graphql/schema/types/filters.graphql b/graphql/schema/types/filters.graphql index b0d124bbe..f62a61c52 100644 --- a/graphql/schema/types/filters.graphql +++ b/graphql/schema/types/filters.graphql @@ -6,7 +6,7 @@ enum SortDirectionEnum { input FindFilterType { q: String page: Int - """use per_page = 0 to indicate all results. Defaults to 25.""" + """use per_page = -1 to indicate all results. Defaults to 25.""" per_page: Int sort: String direction: SortDirectionEnum