Closed sanjipun closed 2 years ago
I have custom SEO component which contains metatitle, metadescription and metaimage fields.
Problem: metatitle and metadescription is showing up in gatsby graphql query but metaimage is not showing up.
Expected behaviour: Show metaimage in graphql query.
How your gatsby-config.js looks?
@sanjipun have you read and used this https://github.com/strapi/gatsby-source-strapi#deep-queries-populate ?
Finally: https://market.strapi.io/plugins/strapi-plugin-populate-deep
I have custom SEO component which contains metatitle, metadescription and metaimage fields.
Problem: metatitle and metadescription is showing up in gatsby graphql query but metaimage is not showing up.
Expected behaviour: Show metaimage in graphql query.