INPUT_OBJECT
AttributeInput
AttributeInput specifies the attribute_code and entity_type to search
link GraphQL Schema definition
- input AttributeInput {
- # The unique identifier for an attribute code. This value should be in lowercase
- # letters without spaces.
- FilterTypeInput :
- # The type of entity that defines the attribute
- String :
- # The id of attribute. This value should be in lowercase letters without spaces.
- FilterTypeInput :
- # THe attribute is user defined parameter.
- FilterTypeInput :
- }