System Information
- Strapi Version: 4.13.1
- Operating System: all
- Database: postgres / all
- Node Version: 16
- NPM Version: 6
The Release Notes mention “REST” only, but all our GraphQL Calls which fetch an image are now broken as well.
Error: Missing schema in validateQuery
Public Endpoint, no user-permissions involved.
Below query breaks as soon as I add image.
query SomeQuery{
someContent {
data {
id
__typename
attributes {
title
image {
data {
id
attributes {
name
formats
}
}
}
}
}
}
}
Someone else on discord has the same issue: Discord