Skip to content

OfferingImage

Offering Image

Fields

created_at · String! · required · created at
id · ID! · required · The unique identifier of the offering image
image_content_type · String · image content type
image_file_name · String · image file name
image_file_size · String · image file size
image_updated_at · String · when image was updated
image_url · String · url for image
name · String · name of image
updated_at · String! · required · updated at

Used By

Definition

"""
Offering Image
"""
type OfferingImage {
"""
created at
"""
created_at: String!
"""
The unique identifier of the offering image
"""
id: ID!
"""
image content type
"""
image_content_type: String
"""
image file name
"""
image_file_name: String
"""
image file size
"""
image_file_size: String
"""
when image was updated
"""
image_updated_at: String
"""
url for image
"""
image_url: String
"""
name of image
"""
name: String
"""
updated at
"""
updated_at: String!
}