ImageFilterInput
Filtering options for images.
input ImageFilterInput {
brandId: ID
createdAfter: ISO8601DateTime
createdBefore: ISO8601DateTime
hasProducts: Boolean
keyword: String
productIds: [ID!]
}
Fields
ImageFilterInput.brandId ● ID scalar common
Filter by brand.
ImageFilterInput.createdAfter ● ISO8601DateTime scalar common
Filter images created after this date.
ImageFilterInput.createdBefore ● ISO8601DateTime scalar common
Filter images created before this date.
ImageFilterInput.hasProducts ● Boolean scalar common
Filter by whether the image is associated with any product.
ImageFilterInput.keyword ● String scalar common
Search images by alt text.
ImageFilterInput.productIds ● [ID!] list scalar common
Filter by associated products.
Member Of
images query