INPUT_OBJECT

UpdateImagineImageInput

Input type for updating an Image in an ImagineList

link GraphQL Schema definition

  • input UpdateImagineImageInput {
  • # Url of the Image
  • url: String!
  • # Alt attribute of the Image
  • alt: String
  • # Title attribute of the Image
  • title: String
  • }

link Require by