Interface

AttributeQueryFilter

AttributeQueryFilter

An attribute to be used as a parameter in a query filter.

Examples

const attribute = {
  type: "attribute",
  attribute: "Name",
  attributeType: "String",
};
const attribute = {
  type: "attribute",
  attribute: "CreatedBy",
  attributeType: "DateTime",
};

Members

Attribute | AttributePath

# attribute

AttributeType

# attributeType

"attribute"

# type