Skip to content

Commit

Permalink
removes graphql aggregation type date_ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
JPrevost committed Feb 22, 2024
1 parent 633c64c commit a484ddb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/graphql/types/aggregations_type.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@ class AggregationsType < Types::BaseObject
field :subjects, [Types::AggregationCountType], null: true, description: 'Total search results by subject term'
field :places, [Types::AggregationCountType], null: true,
description: 'Total search results by Place (which is a subject with type `Dublin Core; Spatial`)'
field :date_ranges, [Types::AggregationCountType], null: true,
description: 'Total search results by date (year) range'
end
end

0 comments on commit a484ddb

Please sign in to comment.