Skip to main content

SelectorAttribute

No description

type SelectorAttribute {
id: ID!
key: String!
label: String
objectType: SelectorObjectType!
description: String
attributeType: SelectorAttributeType!
valueRange: [SelectorAttributeValue]
excludePossible: Boolean!
category: AttributeCategory!
}

Fields

SelectorAttribute.id ● ID! non-null scalar

SelectorAttribute.key ● String! non-null scalar

The key to be used in selector criterion elements.

SelectorAttribute.label ● String scalar

SelectorAttribute.objectType ● SelectorObjectType! non-null enum

SelectorAttribute.description ● String scalar

SelectorAttribute.attributeType ● SelectorAttributeType! non-null enum

SelectorAttribute.valueRange ● [SelectorAttributeValue] list object

Returns the list of possible values

SelectorAttribute.excludePossible ● Boolean! non-null scalar

Whether or not this attribute supports the exclude property.

SelectorAttribute.category ● AttributeCategory! non-null enum

The category of the attribute.

Returned By

selectorAttribute query ● selectorAttributes query

Member Of

SelectorAttributeGroup object ● SelectorCriterion object