OBJECT

ImagineImage

Imagine Image

link GraphQL Schema definition

  • type ImagineImage {
  • # Id
  • id: Int!
  • # Url
  • url: String!
  • # Value of « alt » attribute
  • alt: String
  • # Value of « title » attribute
  • title: String
  • }