FilterType
No description
type FilterType {
filterId: String!
type: String
group: String
label: String
values: [FilterValueType]
}
Fields
FilterType.filterId
● String!
non-null scalar
FilterType.type
● String
scalar
FilterType.group
● String
scalar
FilterType.label
● String
scalar
FilterType.values
● [FilterValueType]
list object
Member Of
FilterCollectionType
object