System Information
- Strapi Version: v4.0.0
- Operating System: Windows 10
- Database: SQLite
- Node Version: v16.13.1
- NPM Version: v7.24.0
- Yarn Version: v1.22.5
I noticed that the GraphQL API structure has changed since v3. However while using v4, I am unable to query the media field I have set on my Single Type.
I have a “Home” Single Type with two media fields:
I cannot see/query it using Gatsby GQL Explorer under strapiHome.data.atrributes
:
is there a reason I’m not seeing the image fields here like I would in v3?