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.
  • attribute_code: FilterTypeInput
  • # The type of entity that defines the attribute
  • entity_type: String
  • # The id of attribute. This value should be in lowercase letters without spaces.
  • attribute_id: FilterTypeInput
  • # THe attribute is user defined parameter.
  • is_user_defined: FilterTypeInput
  • }