funkhaus / fuxt

A complete Headless WordPress tech stack built on Nuxt.
223 stars 28 forks source link

Extend WP-GQL to give us the HTML of an SVG media item #24

Closed drewbaker closed 3 years ago

drewbaker commented 3 years ago

Would be great if we could do this:

query MyQuery {
  mediaItems {
    nodes {
      sourceUrl
      ... on Svg {
           html
      }
    }
  }
}

And html gives us the contents of the SVG that was uploaded.

drewbaker commented 3 years ago

Closing and adding to fuxt-backend.