Netlify announces the next evolution of Gatsby Cloud. Learn more
query MyQuery { allMarkdownRemark { nodes { frontmatter { title } children { ... on Opengraph { id og { title mdTitle mdUrl description image { url } } } } } } }