Closed TylerBarnes closed 3 years ago
This addition to the starter + docs allows querying the public URL of a file directly.
{ allWpPost { nodes { featuredImage { node { localFile { publicURL } } } } } }
Closes https://github.com/gatsbyjs/gatsby-source-wordpress-experimental/issues/298
This addition to the starter + docs allows querying the public URL of a file directly.