OBJECT
Image
Image attachment for adverts and some other models
link GraphQL Schema definition
- type Image implements Node {
- # AI detected labels. Will be null unless experimental AI features are enabled.
- String!] @deprecated( reason: "Experimental, will change" ) : [
- # AI moderation labels. Will be null unless experimental AI features are enabled.
- String!] @deprecated( reason: "Experimental, will change" ) : [
- # Image alt text
- String :
- String :
- Int :
- ID! :
- # Image metadata
- String :
- # NOTE: This will be deprecated, assume images are always ordered and set position
- # values on integrations accordingly.
- Int! :
- # The file size of the image in bytes.
- Int :
- # The src URL for the image.
- #
- # Arguments
- # width: Desired width (in pixels) of image.
- # height: Desired height (in pixels) of image.
- # fit: Resize Fit Mode: default is max
- # fillColor: Sets a background color (hex, eg: ff0000) for
- # fit=fill/fillmax. NOTE: we would suggest using fit=clip and css style of
- # "object-fit: contain" instead.
- # originalFormat: Return image original format as it was
- # uploaded.
- (
- Int, :
- Int, :
- ImageFitEnum, :
- String, :
- Boolean :
- ): String!
- Int :
- }
link Require by
- AdvertAn advert
- BrandProduct brand
- ESAdvertAn advert (elasticsearch cached)
- ESBrandA brand (elasticsearch cached)
- GoldenProductA golden product record.
- ImageGalleryImage gallery data for the shop page
- ImagesConnectionThe connection type for Image.
- ImagesEdgeAn edge in a connection.
- LineItemLine items associated with a cart or order.
- RefundRequestRefund requests associated with an invoice
- RefundRequestNoteNote on a refund request
- RemittanceAdviceRemittance advice
- ReturnShipmentShipment tracking information.
- SellerRetailer or private seller.
- TaxonCategory or Sub-category for organising adverts. Has a tree-like structure with parents and children.
- VerticalLogoLogo for the Marketplace