OBJECT

OfferingImage

Offering Image

link GraphQL Schema definition

  • 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!
  • }