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