OBJECT
Filter Type
type Filter {# The value to be displayeddisplayValue: String # The filter strategy to applystrategy: String! # The filter to be appliedtype: String! # The value of the filtervalue: String }